Variable World.sunLights

Group of sun (directional) lights.

class World
{
  // ...
  EntityGroupSunLights sunLights;
  // ...
}