Add a group node below the specified sub-node
| <node3d>.insertGroupBelow( | |
| name |
)
name
Name of the sub-node
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.
<node3d> object