Lightingcomponent

LightingComponent class

This component is used to controls lighting in the game. Use the studio to configure the lighting for the space.

This is a singleton component. You can only have one lighting in the game.

Signature:

export declare class LightingComponent extends Component3D<any> 

Extends: Component3D<any>