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.

struct Node
@nogc nothrow const
getChild
(
in long idx
)

Meta