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

TypeNameDescription
floatvalueMaximum sun angle of the procedural sky material to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set procedural sky sun angle max
gfx.sky.procedural.set_sun_angle_max(30.0)

On this page