![]() |
Gorgon Game Engine
|
This is the base class for a single frame in a discreet animation. More...
Public Member Functions | |
virtual | ~Frame () |
virtual unsigned | GetDuration () const =0 |
Returns the duration of this frame. More... | |
virtual unsigned | GetEnd () const |
Returns the ending time of this frame. More... | |
virtual unsigned | GetStart () const =0 |
Returns the starting time of this frame. More... | |
virtual bool | IsIn (unsigned time) const |
Returns if the given time is within this frame. More... | |
This is the base class for a single frame in a discreet animation.
|
virtual |
|
pure virtual |
Returns the duration of this frame.
Implemented in basic_AnimationFrame< T_ >.
|
virtual |
Returns the ending time of this frame.
Reimplemented in basic_AnimationFrame< T_ >.
References Frame::GetDuration(), and Frame::GetStart().
|
pure virtual |
Returns the starting time of this frame.
Implemented in basic_AnimationFrame< T_ >.
|
virtual |
Returns if the given time is within this frame.
Reimplemented in basic_AnimationFrame< T_ >.
References Frame::GetEnd(), and Frame::GetStart().