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

TypeNameDescription
floatvalueSun curve blend factor of the procedural sky material to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set procedural sky sun curve
gfx.sky.procedural.set_sun_curve(0.15)

On this page