The properties of the Sun Light are normally adjusted within an Art Style. If you want to change these properties dynamically, during gameplay, add a Sun Controller node into the scene. This node will override the settings of the Art Style
The Sun Light in HypeHype is a directional light that provides consistent light throughout the Hype. Set the direction of the light by rotating the Sun Controller or by setting the Sun Controller as the target for a Rotator Node.
Execute | Executes the Node |
↳ On Start | Execute the Node as soon as the game starts |
↳ Always | Execute the Node every frame |
Enabled | Determines if the node can be executed |
Set Rotation | When toggled on, the sun light direction is defined with the Sun Controller node instead of the Art Style |
Set Color | When toggled on, the sun light color is defined with the Sun Controller node instead of the Art Style |
Set Intensity | When toggled on, the sun light intensity is defined with the Sun Controller node instead of the Art Style |
Color | If Set Color is toggled on, this property is visible. Control the Sun Light color dynamically with the input. |
Intensity | If Set Intensity is toggled on, this property is visible. Control the Sun Light intensity dynamically with the input. |
Here's a link to the hype that shows how to implement and use the Sun Light node: