|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Predefined controller function for dealing with animation. More...
#include <OgrePredefinedControllers.h>
 Inheritance diagram for Ogre::AnimationControllerFunction:
 Inheritance diagram for Ogre::AnimationControllerFunction:| Public Member Functions | |
| AnimationControllerFunction (Real sequenceTime, Real timeOffset=0.0f) | |
| Constructor. | |
| Real | calculate (Real source) | 
| Overridden function. | |
| void | operator delete (void *ptr) | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
| void | operator delete (void *ptr, void *) | 
| void | operator delete[] (void *ptr) | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
| void * | operator new (size_t sz) | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) | 
| placement operator new | |
| void * | operator new[] (size_t sz) | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
| array operator new, with debug line info | |
| void | setSequenceTime (Real seqVal) | 
| Set the sequence duration value manually. | |
| void | setTime (Real timeVal) | 
| Set the time value manually. | |
Predefined controller function for dealing with animation.
| Ogre::AnimationControllerFunction::AnimationControllerFunction | ( | Real | sequenceTime, | 
| Real | timeOffset = 0.0f | ||
| ) | 
Constructor.
| sequenceTime | The amount of time in seconds it takes to loop through the whole animation sequence. | 
| timeOffset | The offset in seconds at which to start (default is start at 0) | 
Overridden function.
Implements Ogre::ControllerFunction< Real >.
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
| 
 | inlineinherited | 
operator new, with debug line info
placement operator new
| 
 | inlineinherited | 
| 
 | inlineinherited | 
array operator new, with debug line info
Set the sequence duration value manually.