-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-DocsAn addition or correction to our documentationAn addition or correction to our documentation
Description
How can Bevy's documentation be improved?
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.
Metadata
Metadata
Assignees
Labels
A-ReflectionRuntime information about typesRuntime information about typesC-DocsAn addition or correction to our documentationAn addition or correction to our documentation
Type
Projects
Status
Done