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

Properties

Properties

bright?: boolean

Is the global light in bright mode?

enabled?: number

Is the global light enabled?