|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Specialised KeyFrame which stores any numeric value. More...
#include <OgreKeyFrame.h>
 Inheritance diagram for Ogre::v1::NumericKeyFrame:
 Inheritance diagram for Ogre::v1::NumericKeyFrame:| Public Member Functions | |
| NumericKeyFrame (const AnimationTrack *parent, Real time) | |
| Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. | |
| ~NumericKeyFrame () override | |
| KeyFrame * | _clone (AnimationTrack *newParent) const override | 
| Clone a keyframe (internal use only) | |
| virtual const AnyNumeric & | getValue () const | 
| Get the value at this keyframe. | |
| virtual void | setValue (const AnyNumeric &val) | 
| Set the value at this keyframe. | |
|  Public Member Functions inherited from Ogre::v1::KeyFrame | |
| KeyFrame (const AnimationTrack *parent, Real time) | |
| Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. | |
| virtual | ~KeyFrame () | 
| Real | getTime () const | 
| Gets the time of this keyframe in the animation sequence. | |
Specialised KeyFrame which stores any numeric value.
| Ogre::v1::NumericKeyFrame::NumericKeyFrame | ( | const AnimationTrack * | parent, | 
| Real | time | ||
| ) | 
Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead.
| 
 | inlineoverride | 
| 
 | overridevirtual | 
Clone a keyframe (internal use only)
Reimplemented from Ogre::v1::KeyFrame.
| 
 | virtual | 
Get the value at this keyframe.
| 
 | virtual | 
Set the value at this keyframe.