Expand description
Helpers for working with Bevy reflection.
Structs§
- Generic
Type Cell - A container for
TypedProperty
over generic types, allowing instances to be stored statically. - NonGeneric
Type Cell - A container for
TypeInfo
over non-generic types, allowing instances to be stored statically. - Type
Path Component - Used to store a
String
in aGenericTypePathCell
as part of aTypePath
implementation.
Traits§
- Typed
Property - A type that can be stored in a (
Non
)GenericTypeCell
.
Functions§
- reflect_
hasher - Deterministic fixed state hasher to be used by implementors of
Reflect::reflect_hash
.