Module bevy_internal::reflect::utility
source · Expand description
Helpers for working with Bevy reflection.
Structs
- A container for
TypedProperty
over generic types, allowing instances to be stored statically. - A container for
TypeInfo
over non-generic types, allowing instances to be stored statically.
Traits
- A type that can be stored in a (
Non
)GenericTypeCell
.
Functions
- Deterministic fixed state hasher to be used by implementors of
Reflect::reflect_hash
.
Type Aliases
- See
GenericTypeCell
. - See
GenericTypeCell
. - See
NonGenericTypeCell
.