Home -> IStateGroupNode -> RemoveChildNode

Description

The RemoveChildNode method removes the specified IRenderableNode from the list of child nodes if it is present.

Usage

void RemoveChildNode(IRenderableNode* childNode);

Argument list

childNode [IRenderableNode*]
The IRenderableNode node to remove from the list of child nodes

See also