gfx.sky.procedural.set_sky_curve
Client
Sets the curve blend factor of the procedural sky
Syntax
local status = gfx.sky.procedural.set_sky_curve(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Curve blend factor of the procedural sky to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.procedural.set_sky_curve(0.15)