#How can I access an aspect inside an IJobChunk?
1 messages · Page 1 of 1 (latest)
Aspects generate a Handle struct you can pass in
Side note, Aspects are deprecated and probably shouldn't be developed around too heavily
I see, is there a replacement in the pipeline for aspects or should I just stick to IComponentData, etc.?
none announced
didn't really sound like it though
you read about it in the last milestone updates on discussions
Alright, thanks!
aspects handles are fully codegen and aren't really matching any generic interface methods, isn't it?
So that wouldn't be possible afaik
not sure what this has to do with generics?
aspects generate all the structs you need for IJC
but can you use those as a generic type?