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