setHemisphereLightIntensity
Sets the intensity of the hemisphere light.
Syntax
engine.world.setHemisphereLightIntensity(intensity);
Parameters
Name | Type | Description |
---|---|---|
intensity | number | The intensity of the light. |
Example
// set the time to 10am
engine.world.setHemisphereLightIntensity('red');
Available on: Client