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