Click or drag to resize

NodeGetIndex Method

Returns the node's index, i.e. its position among the siblings of its parent.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetIndex()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Node.GetIndex"]

See Also