Click or drag to resize

VisualServerCanvasItemSetDrawIndex Method

Sets the index for the CanvasItem.

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

Parameters

item
Type: GodotRID

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

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.VisualServer.CanvasItemSetDrawIndex(Godot.RID,System.Int32)"]

See Also