pub fn components_for_entity(
store: &ChunkStore,
entity_path: &EntityPath,
) -> impl Iterator<Item = ComponentName>
Expand description
Lists the components to be displayed for the given entity
pub fn components_for_entity(
store: &ChunkStore,
entity_path: &EntityPath,
) -> impl Iterator<Item = ComponentName>
Lists the components to be displayed for the given entity