Click or drag to resize

NodeGetPositionInParent Method

Returns the node's order in the scene tree branch. For example, if called on the first child node the position is 0.

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

Return Value

Type: Int32

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

See Also