gfx.env.set_background_intensity

Client

Sets the background luminance intensity of the environment


Syntax

local status = gfx.env.set_background_intensity(
    value
)

Parameters

TypeNameDescription
floatvalueBackground luminance intensity to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set environment background intensity
gfx.env.set_background_intensity(30000.0)

On this page