NodeGetChild Method (Int32) |
Returns a child node by its index (see GetChildCount). This method is often used for iterating all children of a node.
To access a child node via its name, use GetNode(NodePath).
Namespace: Godot
public Node GetChild( int idx )
[Missing <param name="idx"/> documentation for "M:Godot.Node.GetChild(System.Int32)"]
[Missing <returns> documentation for "M:Godot.Node.GetChild(System.Int32)"]