Click or drag to resize

Light2DSetShadowColor Method

Note: This API is now obsolete.

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

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

Parameters

shadowColor
Type: GodotColor

[Missing <param name="shadowColor"/> documentation for "M:Godot.Light2D.SetShadowColor(Godot.Color)"]

See Also