![]() |
Public API Reference |
![]() |
Base implementation of a CS::Animation::iSkeletonAnimNode with a single child. More...
#include <cstool/animnodetmpl.h>
Public Member Functions | |
iSkeletonAnimNode * | FindNode (const char *name) |
Find a sub-node with the given name. | |
iSkeletonAnimNodeFactory * | GetFactory () const |
Get the factory of this node. | |
Protected Attributes | |
csRef< FactoryType > | factory |
Reference to the factory that instanced this node. |
Base implementation of a CS::Animation::iSkeletonAnimNode with a single child.
FactoryType is the the of the node factory; it must be (publicly) derived from SkeletonAnimNodeFactory.
Definition at line 233 of file animnodetmpl.h.
iSkeletonAnimNode* CS::Animation::SkeletonAnimNodeSingle< FactoryType >::FindNode | ( | const char * | name | ) | [inline, virtual] |
Find a sub-node with the given name.
Implements CS::Animation::iSkeletonAnimNode.
Definition at line 245 of file animnodetmpl.h.
iSkeletonAnimNodeFactory* CS::Animation::SkeletonAnimNodeSingle< FactoryType >::GetFactory | ( | ) | const [inline, virtual] |
Get the factory of this node.
Implements CS::Animation::iSkeletonAnimNode.
Definition at line 240 of file animnodetmpl.h.
csRef<FactoryType> CS::Animation::SkeletonAnimNodeSingle< FactoryType >::factory [protected] |
Reference to the factory that instanced this node.
Definition at line 258 of file animnodetmpl.h.