![]() |
Public API Reference |
![]() |
Base implementation of a CS::Animation::iSkeletonAnimNodeFactory. More...
#include <cstool/animnodetmpl.h>
Public Member Functions | |
virtual const char * | GetNodeName () const |
Get the name of this factory. | |
SkeletonAnimNodeFactory (const char *name) | |
Constructor. | |
virtual | ~SkeletonAnimNodeFactory () |
Destructor. | |
Protected Attributes | |
csString | name |
The name of this factory. |
Base implementation of a CS::Animation::iSkeletonAnimNodeFactory.
Definition at line 114 of file animnodetmpl.h.
CS::Animation::SkeletonAnimNodeFactory::SkeletonAnimNodeFactory | ( | const char * | name | ) |
Constructor.
virtual CS::Animation::SkeletonAnimNodeFactory::~SkeletonAnimNodeFactory | ( | ) | [inline, virtual] |
Destructor.
Definition at line 126 of file animnodetmpl.h.
virtual const char* CS::Animation::SkeletonAnimNodeFactory::GetNodeName | ( | ) | const [virtual] |
Get the name of this factory.
Implements CS::Animation::iSkeletonAnimNodeFactory.
csString CS::Animation::SkeletonAnimNodeFactory::name [protected] |
The name of this factory.
Definition at line 135 of file animnodetmpl.h.