<node3d>.insertGroupBelow

Add a group node below the specified sub-node

 

<node3d>.insertGroupBelow(
    name    

)

 

name

Name of the sub-node


Remarks

This command will insert a new group node below the sub-node with the specified name. All children of the sub-node will become children of the new group node. The new group node will become a child of the sub-node.

Return Value

<node3d> object

See also

<node3d>.getChild
<node3d>.insertGroupAbove