Base properties of all types of lighting

interface LightingBaseProperty {
    enable?: boolean;
    intensity?: number;
}

Hierarchy (view full)

Properties

Properties

enable?: boolean

Whether to enable the light

true
intensity?: number

Strength of the light

1