Saga3D API Documentation
1.0-RC4
|
Go to the documentation of this file.
5 #ifndef __I_SCENE_NODE_ANIMATOR_FACTORY_H_INCLUDED__
6 #define __I_SCENE_NODE_ANIMATOR_FACTORY_H_INCLUDED__
16 class ISceneNodeAnimator;
Animates a scene node. Can animate position, rotation, material, and so on.
virtual ISceneNodeAnimator * createSceneNodeAnimator(ESCENE_NODE_ANIMATOR_TYPE type, ISceneNode *target)=0
creates a scene node animator based on its type id
Type for list of scene node animators.
virtual const char * getCreateableSceneNodeAnimatorTypeName(std::uint32_t idx) const =0
returns type name of a creatable scene node animator type
virtual ESCENE_NODE_ANIMATOR_TYPE getCreateableSceneNodeAnimatorType(std::uint32_t idx) const =0
returns type of a creatable scene node animator type
Interface for dynamic creation of scene node animators.
virtual std::uint32_t getCreatableSceneNodeAnimatorTypeCount() const =0
returns amount of scene node animator types this factory is able to create