Click or drag to resize

VisualServerCanvasLightSetShadowSmooth Method

Smoothens the shadow. The lower, the smoother.

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

Parameters

light
Type: GodotRID

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

smooth
Type: SystemSingle

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

See Also