5#ifndef __I_SCENE_NODE_ANIMATOR_FACTORY_H_INCLUDED__
6#define __I_SCENE_NODE_ANIMATOR_FACTORY_H_INCLUDED__
16 class ISceneNodeAnimator;
Base class of most objects of the Irrlicht Engine.
Interface for dynamic creation of scene node animators.
virtual const c8 * getCreateableSceneNodeAnimatorTypeName(u32 idx) const =0
returns type name of a createable scene node animator type
virtual ESCENE_NODE_ANIMATOR_TYPE getCreateableSceneNodeAnimatorType(u32 idx) const =0
returns type of a createable scene node animator type
virtual ISceneNodeAnimator * createSceneNodeAnimator(const c8 *typeName, ISceneNode *target)=0
creates a scene node animator based on its type name
virtual u32 getCreatableSceneNodeAnimatorTypeCount() const =0
returns amount of scene node animator types this factory is able to create
virtual ISceneNodeAnimator * createSceneNodeAnimator(ESCENE_NODE_ANIMATOR_TYPE type, ISceneNode *target)=0
creates a scene node animator based on its type id
virtual const c8 * getCreateableSceneNodeAnimatorTypeName(ESCENE_NODE_ANIMATOR_TYPE type) const =0
returns type name of a createable scene node animator type
Animates a scene node. Can animate position, rotation, material, and so on.
ESCENE_NODE_ANIMATOR_TYPE
An enumeration for all types of built-in scene node animators.
Everything in the Irrlicht Engine can be found in this namespace.
unsigned int u32
32 bit unsigned variable.
char c8
8 bit character variable.