re_types::reflection

Type Alias ArchetypeReflectionMap

Source
pub type ArchetypeReflectionMap = HashMap<ArchetypeName, ArchetypeReflection, BuildHasherDefault<NoHashHasher<ArchetypeName>>>;
Expand description

Runtime reflection about archetypes.

Aliased Typeยง

struct ArchetypeReflectionMap { /* private fields */ }