Adds a <Node> to the scene graph beneath the specified parent, and at the position specified.
int32 AddNode( Node p_oNewNode, Group p_oParent, int32 p_nDestChildIndex )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Node> | p_oNewNode | The <Node> to add to the scene graph. |
<Group> | p_oParent | The parent of the new <Node>. |
int32 | p_nDestChildIndex | The index in the parent's child list at which to insert the <Node>. |
None published. Please look for an example in the Simdify Scripting Language code base.