re_types::reflection

Type Alias ComponentReflectionMap

Source
pub type ComponentReflectionMap = HashMap<ComponentName, ComponentReflection, BuildHasherDefault<NoHashHasher<ComponentName>>>;
Expand description

Runtime reflection about components.

Aliased Typeยง

struct ComponentReflectionMap { /* private fields */ }