Click or drag to resize

Node2DZIndex Property

Z index. Controls the order in which the nodes render. A node with a higher Z index will display in front of others.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int ZIndex { get; set; }

Property Value

Type: Int32
See Also