Click or drag to resize

Light2DSetShadowGradientLength Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShadowGradientLength is deprecated. Use the ShadowGradientLength property instead.")]
public void SetShadowGradientLength(
	float multiplier
)

Parameters

multiplier
Type: SystemSingle

[Missing <param name="multiplier"/> documentation for "M:Godot.Light2D.SetShadowGradientLength(System.Single)"]

See Also