interface _GlobalLightData {
    enabled: number;
    bright: boolean;
}

Properties

Properties

enabled: number

Is the global light enabled?

bright: boolean

Is the global light in bright mode?