Click or drag to resize

VisualServerCanvasLightOccluderSetEnabled Method

Enables or disables light occluder.

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

Parameters

occluder
Type: GodotRID

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

enabled
Type: SystemBoolean

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

See Also