pub fn guess_entity_name(
    world: &World,
    type_registry: &TypeRegistry,
    entity: Entity
) -> String
Expand description

Guesses an appropriate entity name like Light (6) or falls back to Entity (8)