Home -> IStateGroupNode -> AddChildNode

Description

The AddChildNode method adds the specified IRenderableNode to the list of child nodes.

Usage

void AddChildNode(IRenderableNode* childNode);

Argument list

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

See also