Click or drag to resize

VisualServerCanvasItemSetZIndex Method

Sets the CanvasItem's Z index, i.e. its draw order (lower indexes are drawn first).

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

Parameters

item
Type: GodotRID

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

zIndex
Type: SystemInt32

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

See Also