Subclasses of this class are responsible for performing a function on an input value for a Controller.
More...
template<
typename T>
class Ogre::ControllerFunction< T >
Subclasses of this class are responsible for performing a function on an input value for a Controller.
This abstract class provides the interface that needs to be supported for a custom function which can be 'plugged in' to a Controller instance, which controls some object value based on an input value. For example, the WaveControllerFunction class provided by Ogre allows you to use various waveforms to translate an input value to an output value.
- You are free to create your own subclasses in order to define any function you wish.