|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Predefined controller value for getting / setting the frame number of a texture layer. More...
#include <OgrePredefinedControllers.h>
 Inheritance diagram for Ogre::TextureFrameControllerValue:
 Inheritance diagram for Ogre::TextureFrameControllerValue:| Public Member Functions | |
| TextureFrameControllerValue (TextureUnitState *t) | |
| Real | getValue (void) const | 
| Gets the frame number as a parametric value in the range [0,1].  More... | |
| void | setValue (Real value) | 
| Sets the frame number as a parametric value in the range [0,1]; the actual frame number is (value * numFrames) % numFrames).  More... | |
| Static Public Member Functions | |
| static ControllerValueRealPtr | create (TextureUnitState *t) | 
Predefined controller value for getting / setting the frame number of a texture layer.
| Ogre::TextureFrameControllerValue::TextureFrameControllerValue | ( | TextureUnitState * | t | ) | 
| 
 | inlinestatic | 
| 
 | virtual | 
Gets the frame number as a parametric value in the range [0,1].
Implements Ogre::ControllerValue< Real >.
| 
 | virtual | 
Sets the frame number as a parametric value in the range [0,1]; the actual frame number is (value * numFrames) % numFrames).
Implements Ogre::ControllerValue< Real >.