User Tools

Site Tools


set_ambient_light_enabled

Set Ambient Light Enabled


Enables or disables the map's ambient light.

Signature:

set_ambient_light_enabled(enabled)
ArgumentDescriptionTypeRequired
enabledDetermines the ambient light's state (on or off).BooleanYes

If you'd like to change the color of the ambient light instead of turning it on or off, see the related Set Ambient Light Color function.

Example:

set_ambient_light_enabled(false);

Results: The map's ambient light is disabled and no longer affects the scene until enabled again.

Use the Set Ambient Light Color function to change the overall mood of a room or to complement another light source's color change.

Editor Node:

Visual Demo:

set_ambient_light_enabled.txt · Last modified: 2021/04/21 18:49 by justin