Click or drag to resize

VisualServerCanvasItemClear Method

Clears the CanvasItem and removes all commands in it.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasItemClear(
	RID item
)

Parameters

item
Type: GodotRID

[Missing <param name="item"/> documentation for "M:Godot.VisualServer.CanvasItemClear(Godot.RID)"]

See Also