🔧 SDK ReferenceManagersWorldManagersetGlobalLightColorsetGlobalLightColorSets the color of the global light.Syntaxengine.world.setGlobalLightColor(color);ParametersNameTypeDescriptioncolorColorTypeThe color of the global light.Example// set the time to 10amengine.world.setGlobalLightColor('red');Available on: Client