Light.lightEnergy

The light's strength multiplier (this is not a physical unit). For OmniLight and SpotLight, changing this value will only change the light color's intensity, not the light's radius.

  1. double lightEnergy [@property getter]
    struct Light
    @nogc nothrow @property
    double
    lightEnergy
    ()
  2. double lightEnergy [@property setter]

Meta