Module utility

Source
Expand description

Helpers for working with Bevy reflection.

Structs§

GenericTypeCell
A container for TypedProperty over generic types, allowing instances to be stored statically.
NonGenericTypeCell
A container for TypeInfo over non-generic types, allowing instances to be stored statically.
TypePathComponent
Used to store a String in a GenericTypePathCell as part of a TypePath implementation.

Traits§

TypedProperty
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.

Type Aliases§

GenericTypeInfoCell
See GenericTypeCell.
GenericTypePathCell
See GenericTypeCell.
NonGenericTypeInfoCell
See NonGenericTypeCell.