|
| Tween (AnimationManager &animationManager) |
|
| Tween (AnimationProperties *properties, AnimationManager &animationManager) |
|
| Tween (const Tween ©) |
|
| ~Tween () |
|
void | SetAll (Attribute attribute, float goal, Easing::Transition transition, Easing::Equation equation, float time, float delay=0.f, int repeat=0, bool pingpong=false, bool relativeGoal=false) |
|
void | SetAttribute (Attribute attribute) |
|
void | SetGoal (float goal) |
|
void | SetRelativeGoal (bool relative) |
|
void | SetTransition (Easing::Transition transition) |
|
void | SetEquation (Easing::Equation equation) |
|
void | SetTime (float time) |
|
void | SetDelay (float delay) |
|
void | SetRepeat (int repeat) |
|
void | SetPingPoing (bool pingpong) |
|
Attribute | GetAttribute () const |
|
float | GetGoal () const |
|
bool | GetRelativeGoal () const |
|
Easing::Transition | GetTransition () const |
|
Easing::Equation | GetEquation () const |
|
float | GetTime () const |
|
float | GetDelay () const |
|
int | GetRepeat () const |
|
bool | GetPingPong () const |
|
virtual AnimationBase * | GetCopy () |
|
virtual void | AddTime (float deltaTime) |
|
| AnimationBase (AnimationManager &animationManager) |
|
| AnimationBase (AnimationProperties *properties, AnimationManager &animationManager) |
|
virtual | ~AnimationBase () |
|
void | Start (Animable &animable) |
|
void | Stop () |
|
void | Pause (bool pause=true) |
|
void | Resume () |
|
bool | IsPaused () const |
|
void | SetStartCallback (AnimationCallback &callback) |
|
void | SetFinishedCallback (AnimationCallback &callback) |
|
Animable & | GetAnimable () |
|
State | GetState () const |
|
PZ::Tween::Tween |
( |
const Tween & |
copy | ) |
|
virtual void PZ::Tween::AddTime |
( |
float |
deltaTime | ) |
|
|
virtual |
float PZ::Tween::GetDelay |
( |
| ) |
const |
float PZ::Tween::GetGoal |
( |
| ) |
const |
bool PZ::Tween::GetPingPong |
( |
| ) |
const |
bool PZ::Tween::GetRelativeGoal |
( |
| ) |
const |
int PZ::Tween::GetRepeat |
( |
| ) |
const |
float PZ::Tween::GetTime |
( |
| ) |
const |
void PZ::Tween::SetAttribute |
( |
Attribute |
attribute | ) |
|
void PZ::Tween::SetDelay |
( |
float |
delay | ) |
|
void PZ::Tween::SetGoal |
( |
float |
goal | ) |
|
void PZ::Tween::SetPingPoing |
( |
bool |
pingpong | ) |
|
void PZ::Tween::SetRelativeGoal |
( |
bool |
relative | ) |
|
void PZ::Tween::SetRepeat |
( |
int |
repeat | ) |
|
void PZ::Tween::SetTime |
( |
float |
time | ) |
|
virtual bool PZ::Tween::StartImpl |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: