OpenMW
|
#include <animation.hpp>
Public Member Functions | |
EffectAnimationValue () | |
void | addTime (float time) |
void | resetTime (float value) |
virtual Ogre::Real | getValue () const |
virtual void | setValue (Ogre::Real value) |
Private Attributes | |
float | mTime |
void MWRender::Animation::EffectAnimationValue::addTime | ( | float | time | ) | [inline] |
Ogre::Real MWRender::Animation::EffectAnimationValue::getValue | ( | ) | const [virtual] |
void MWRender::Animation::EffectAnimationValue::resetTime | ( | float | value | ) | [inline] |
void MWRender::Animation::EffectAnimationValue::setValue | ( | Ogre::Real | value | ) | [virtual] |
float MWRender::Animation::EffectAnimationValue::mTime [private] |