Click or drag to resize

VisualServerCanvasLightSetShadowEnabled Method

Enables or disables the canvas light's shadow.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasLightSetShadowEnabled(
	RID light,
	bool enabled
)

Parameters

light
Type: GodotRID

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

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.VisualServer.CanvasLightSetShadowEnabled(Godot.RID,System.Boolean)"]

See Also