Click or drag to resize

VisualServerCanvasLightSetShadowGradientLength Method

Sets the length of the shadow's gradient.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasLightSetShadowGradientLength(
	RID light,
	float length
)

Parameters

light
Type: GodotRID

[Missing <param name="light"/> documentation for "M:Godot.VisualServer.CanvasLightSetShadowGradientLength(Godot.RID,System.Single)"]

length
Type: SystemSingle

[Missing <param name="length"/> documentation for "M:Godot.VisualServer.CanvasLightSetShadowGradientLength(Godot.RID,System.Single)"]

See Also