SLProject 4.0.000
|
Base class for all animation keyframes. More...
#include <SLAnimKeyframe.h>
Public Member Functions | |
SLAnimKeyframe (const SLAnimTrack *parent, SLfloat time) | |
bool | operator< (const SLAnimKeyframe &other) const |
void | time (SLfloat t) |
SLfloat | time () const |
SLbool | isValid () const |
Protected Attributes | |
const SLAnimTrack * | _parentTrack |
owning animation track for this keyframe More... | |
SLfloat | _time |
temporal position in local time relative to the keyframes parent clip in seconds More... | |
SLbool | _isValid |
is this keyframe in use inside its parent track More... | |
Base class for all animation keyframes.
SLAnimKeyframe::SLAnimKeyframe | ( | const SLAnimTrack * | parent, |
SLfloat | time | ||
) |
Constructor for default keyframes.
|
inline |
bool SLAnimKeyframe::operator< | ( | const SLAnimKeyframe & | other | ) | const |
Comperator operator.
|
inline |
|
inline |
|
protected |
is this keyframe in use inside its parent track
|
protected |
owning animation track for this keyframe
|
protected |
temporal position in local time relative to the keyframes parent clip in seconds