What problem does this solve or what need does it fill?
PhantomData is a common and useful type, it should implement the Reflect trait.
Users cannot do this themselves because of orphan rules, and wrappers are very frustrating here.
What solution would you like?
Implement Reflect for PhantomData in bevy_reflect.
What problem does this solve or what need does it fill?
PhantomData is a common and useful type, it should implement the Reflect trait.
Users cannot do this themselves because of orphan rules, and wrappers are very frustrating here.
What solution would you like?
Implement Reflect for PhantomData in bevy_reflect.