animate(float deltaTime, AnimationMask mask)=0 | Lamp::Animation | [pure virtual] |
Animation(String name, AnimationManager *manager) | Lamp::Animation | [inline, protected] |
AnimationManager (defined in Lamp::Animation) | Lamp::Animation | [friend] |
AnimationMask enum name | Lamp::Animation | |
bind(Scene *scene)=0 | Lamp::Animation | [pure virtual] |
castAnimationSet() const | Lamp::Animation | [inline, virtual] |
castCameraAnimation() const | Lamp::Animation | [inline, virtual] |
castCharacterModelAnimation() const | Lamp::Animation | [inline, virtual] |
castObjectAnimation() const | Lamp::Animation | [inline, virtual] |
castSceneNodeAnimation() const | Lamp::Animation | [inline, virtual] |
copy(DataCopyMask dataCopyMask=copyNone) const=0 | Lamp::Animation | [pure virtual] |
copyCamera enum value | Lamp::Animation | |
copyCharacterModel enum value | Lamp::Animation | |
copyNone enum value | Lamp::Animation | |
copySceneNode enum value | Lamp::Animation | |
DataCopyMask enum name | Lamp::Animation | |
getLength() const=0 | Lamp::Animation | [pure virtual] |
getManager() const | Lamp::Animation | [inline, virtual] |
getName() const | Lamp::Animation | [inline, virtual] |
getSequence() const=0 | Lamp::Animation | [pure virtual] |
getSequenceCount() const=0 | Lamp::Animation | [pure virtual] |
getTime() const=0 | Lamp::Animation | [pure virtual] |
increasesTime(float deltaTime) | Lamp::Animation | [inline, protected] |
isAnimationSet() const | Lamp::Animation | [inline, virtual] |
isCameraAnimation() const | Lamp::Animation | [inline, virtual] |
isCharacterModelAnimation() const | Lamp::Animation | [inline, virtual] |
isEnabled() const | Lamp::Animation | [inline, virtual] |
isFinished() const=0 | Lamp::Animation | [pure virtual] |
isLooped() const=0 | Lamp::Animation | [pure virtual] |
isObjectAnimation() const | Lamp::Animation | [inline, virtual] |
isSceneNodeAnimation() const | Lamp::Animation | [inline, virtual] |
maskCamera enum value | Lamp::Animation | |
maskCharacterModel enum value | Lamp::Animation | |
maskForce enum value | Lamp::Animation | |
maskPostCulling enum value | Lamp::Animation | |
maskPreCulling enum value | Lamp::Animation | |
maskSceneNode enum value | Lamp::Animation | |
setEnabled(bool enabled) | Lamp::Animation | [inline, virtual] |
setSequence(int sequence, float time=0.f)=0 | Lamp::Animation | [pure virtual] |
setTime(float time)=0 | Lamp::Animation | [pure virtual] |
unbind()=0 | Lamp::Animation | [pure virtual] |
~Animation() | Lamp::Animation | [inline, protected, virtual] |