Home -> IRenderer -> CreateStateGroupNode
Description
The CreateStateGroupNode method constructs and returns a new object which implements the IStateGroupNode interface.
Usage
IStateGroupNode::unique_ptr CreateStateGroupNode();
Return value
- [IStateGroupNode]
- A freshly constructed IStateGroupNode object, wrapped in a unique_ptr.