Click or drag to resize

EnvironmentGetFogColor Method

Note: This API is now obsolete.

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

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

Return Value

Type: Color

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

See Also