Skip to main content

MLCelestialData.EnableSunMovement(boolean enabled)

Enables or disables the movement of the directional light (sun) by the component.

Parameters:

NameTypeDescription
enabledbooleanTrue to enable, false to disable.

Usage

---@type MLCelestialData
local mlcelestialdata;

---@type boolean
local enabled;


mlcelestialdata.EnableSunMovement(enabled)