Node.addChildBelowNode

Adds a child node. The child is placed below the given node in the list of children. Setting "legible_unique_name" true creates child nodes with human-readable names, based on the name of the node being instanced instead of its type.

struct Node
@nogc nothrow
void
addChildBelowNode

Meta