DeleteNode Data Member Function

Deletes a <Node> from the scene graph, along with its child <Node> objects.

Prototype

int32 DeleteNode( Node p_oNodeToDelete )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeToDeleteThe <Node> to be deleted from the scene graph.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.