Deletes a <Node> from the scene graph, along with its child <Node> objects.
int32 DeleteNode( Node p_oNodeToDelete )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Node> | p_oNodeToDelete | The <Node> to be deleted from the scene graph. |
None published. Please look for an example in the Simdify Scripting Language code base.