setHemisphereLightGroundColor
Sets the color of the ground hemisphere light.
Syntax
engine.world.setHemisphereLightGroundColor(color);
Parameters
| Name | Type | Description |
|---|---|---|
color | ColorType | The color of the ground light. |
Example
// set the time to 10am
engine.world.setHemisphereLightGroundColor('green');
Available on: Client