You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enums require all variant fields to implement FromReflect in order to implement Reflect themselves (this is due to a similar limitation as Vec<T> in the Reflect::apply method implementation).
This behavior should either be documented on Reflect or at least on Enum.
The text was updated successfully, but these errors were encountered:
How can Bevy's documentation be improved?
Enums require all variant fields to implement
FromReflect
in order to implementReflect
themselves (this is due to a similar limitation asVec<T>
in theReflect::apply
method implementation).This behavior should either be documented on
Reflect
or at least onEnum
.The text was updated successfully, but these errors were encountered: