fn entity_display_name(roots: &[SceneNode], entity: EntityId) -> Option<String>Expand description
Walks a SceneNode forest to find entity’s display name. Used by
the asset browser’s drop receiver to compose a default .kprefab
filename without a round-trip through the live World.