#include <OgrePredefinedControllers.h>
Public Member Functions | |
| TextureFrameControllerValue (TextureUnitState *t) | |
| Real | getValue (void) const |
| Gets the frame number as a parametric value in the range [0,1]. | |
| void | setValue (Real value) |
| Sets the frame number as a parametric value in the range [0,1]; the actual frame number is value * (numFrames-1). | |
| virtual void | setValue (T value)=0 |
Protected Attributes | |
| TextureUnitState * | mTextureLayer |
Definition at line 71 of file OgrePredefinedControllers.h.
| Ogre::TextureFrameControllerValue::TextureFrameControllerValue | ( | TextureUnitState * | t | ) |
| Real Ogre::TextureFrameControllerValue::getValue | ( | void | ) | const [virtual] |
Gets the frame number as a parametric value in the range [0,1].
Implements Ogre::ControllerValue< T >.
| void Ogre::TextureFrameControllerValue::setValue | ( | Real | value | ) |
Sets the frame number as a parametric value in the range [0,1]; the actual frame number is value * (numFrames-1).
| virtual void Ogre::ControllerValue< T >::setValue | ( | T | value | ) | [pure virtual, inherited] |
Definition at line 74 of file OgrePredefinedControllers.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:51:50 2008