TreeNode::NodeData::CloneInit

TreeNode::NodeData::CloneInit
virtual bool CloneInit(TreeNode* node, Context* context) const;
Description

Initializes the cloned TreeNode.

Parameters
Parameters 
Description 
TreeNode* node 
The node that was cloned. 
Context* context 
The new render context. 
Return Value

True if the TreeNode was successfully initialized and false otherwise.