listLights method

Iterable<ThermionEntity> listLights()
override

Lists all entities currently loaded (not necessarily active in the scene).

Implementation

Iterable<ThermionEntity> listLights() {
  return _lights;
}