gfx.sky.procedural.set_sun_angle_max
Client
Sets the maximum sun angle of the procedural sky material
Syntax
local status = gfx.sky.procedural.set_sun_angle_max(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Maximum sun angle of the procedural sky material to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.procedural.set_sun_angle_max(30.0)