Type Alias re_types::reflection::ComponentReflectionMap
source · pub type ComponentReflectionMap = HashMap<ComponentName, ComponentReflection, BuildHasherDefault<NoHashHasher<ComponentName>>>;
Expand description
Runtime reflection about components.
Aliased Type§
struct ComponentReflectionMap { /* private fields */ }