|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Predefined controller function which just passes through the original source directly to dest. More...
#include <OgrePredefinedControllers.h>
 Inheritance diagram for Ogre::PassthroughControllerFunction:
 Inheritance diagram for Ogre::PassthroughControllerFunction:| Public Member Functions | |
| PassthroughControllerFunction (bool deltaInput=false) | |
| float | calculate (float source) override | 
|  Public Member Functions inherited from Ogre::ControllerFunction< float > | |
| ControllerFunction (bool deltaInput) | |
| Constructor. | |
| virtual | ~ControllerFunction () | 
| Static Public Member Functions | |
| static ControllerFunctionRealPtr | create (bool deltaInput=false) | 
| Constructor. | |
Predefined controller function which just passes through the original source directly to dest.
| Ogre::PassthroughControllerFunction::PassthroughControllerFunction | ( | bool | deltaInput = false | ) | 
| 
 | inlinestatic | 
Constructor.
| deltaInput | If true, function will add input values together and wrap at 1.0 before evaluating | 
| 
 | overridevirtual | 
Implements Ogre::ControllerFunction< float >.