pub fn get_entity_metadata_static(
entity_type_id: TypeId,
) -> (&'static [TypeId], &'static [TypeId])Expand description
Returns the pre-computed, frozen metadata for an entity type.
This registry is built during startup by property ctors calling
register_property_with_entity(), then frozen exactly once on first read.