Click or drag to resize

ProceduralSkySetSunColor Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ProceduralSky.SetSunColor(Godot.Color)"]

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

Parameters

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.ProceduralSky.SetSunColor(Godot.Color)"]

See Also