#include <OgreAnimationState.h>
Public Member Functions | |
| AnimationStateControllerValue (AnimationState *targetAnimationState) | |
| Constructor, pass in the target animation state. | |
| ~AnimationStateControllerValue () | |
| Destructor (parent already virtual). | |
| Real | getValue (void) const |
| ControllerValue implementation. | |
| void | setValue (Real value) |
| ControllerValue implementation. | |
| virtual void | setValue (T value)=0 |
Protected Attributes | |
| AnimationState * | mTargetAnimationState |
Definition at line 207 of file OgreAnimationState.h.
| Ogre::AnimationStateControllerValue::AnimationStateControllerValue | ( | AnimationState * | targetAnimationState | ) |
Constructor, pass in the target animation state.
Definition at line 213 of file OgreAnimationState.h.
| Ogre::AnimationStateControllerValue::~AnimationStateControllerValue | ( | ) |
| Real Ogre::AnimationStateControllerValue::getValue | ( | void | ) | const [virtual] |
| void Ogre::AnimationStateControllerValue::setValue | ( | Real | value | ) |
ControllerValue implementation.
| virtual void Ogre::ControllerValue< T >::setValue | ( | T | value | ) | [pure virtual, inherited] |
Definition at line 210 of file OgreAnimationState.h.
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:49:06 2008