Click or drag to resize

EnvironmentGetAmbientLightColor Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Environment.GetAmbientLightColor"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetAmbientLightColor is deprecated. Use the AmbientLightColor property instead.")]
public Color GetAmbientLightColor()

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.Environment.GetAmbientLightColor"]

See Also