Home -> IProgramNode -> AddChildNode

Description

The AddChildNode method adds the specified IStateGroupNode to the list of child nodes. During the rendering process, each IStateGroupNode is processed in the order it was added. This method adds the specified IStateGroupNode to the end of the current set of child nodes.

Usage

void AddChildNode(IStateGroupNode* childNode);

Argument list

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

See also