TreeNode::GetState

TreeNode::GetState
const State* GetState(StateType state) const;
template <class S> const S* GetState() const;
Description

GetState obtains the render state set on the node of the rendering tree.

Parameters
Parameters 
Description 
StateType state 
The state of the node. 
Return Value

A pointer to the State set on the node.