addChildNodes

fun addChildNodes(nodes: List<Node>)

Add multiple nodes to the Scene as a direct child.

If the nodes are already in the scene, no change is made.

Parameters

nodes

the nodes to add as children

Throws

if the child is the same object as the parent, or if the parent is a descendant of the child