gfx.sky.procedural.set_sun_curve
Client
Sets the sun curve blend factor of the procedural sky material
Syntax
local status = gfx.sky.procedural.set_sun_curve(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Sun curve blend factor 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_curve(0.15)