interface ILight {
    area: ILightArea;
    shadow: ILightShadow;
}

Implemented by

Properties

Properties

shadow: ILightShadow