🔧 SDK ReferenceManagersWorldManagersetFogColorsetFogColorSets the fog color.Syntaxengine.world.setFogColor(color);ParametersNameTypeDescriptioncolorColorTypeThe color of the global light.Exampleengine.world.setFogEnabled(true);engine.world.setFogColor('red');Available on: Client