Click or drag to resize

Light2DSetShadowEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Light2D.SetShadowEnabled(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShadowEnabled is deprecated. Use the ShadowEnabled property instead.")]
public void SetShadowEnabled(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.Light2D.SetShadowEnabled(System.Boolean)"]

See Also