listLights method
Lists all entities currently loaded (not necessarily active in the scene).
Implementation
Iterable<ThermionEntity> listLights() {
return _lights;
}
Lists all entities currently loaded (not necessarily active in the scene).
Iterable<ThermionEntity> listLights() {
return _lights;
}