Function Node.getChild
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
.
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
.