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

TypeNameDescription
floatvalueCurve blend factor of the procedural sky to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set procedural sky sky curve
gfx.sky.procedural.set_sky_curve(0.15)

On this page