Standard Light Power parameters interface

interface LightPowerParams {
    lights: LightParams[];
}

Properties

Properties

lights: LightParams[]