TDME2 1.9.121
|
Animation state entity. More...
#include <tdme/engine/subsystems/rendering/AnimationState.h>
Public Attributes | |
AnimationSetup * | setup { nullptr } |
int64_t | endAtTime { -1LL } |
int64_t | currentAtTime { -1LL } |
int64_t | lastAtTime { -1LL } |
bool | finished { true } |
float | time { -1LL } |
float | speed { 1.0f } |
int64_t currentAtTime { -1LL } |
Definition at line 17 of file AnimationState.h.
int64_t endAtTime { -1LL } |
Definition at line 16 of file AnimationState.h.
bool finished { true } |
Definition at line 19 of file AnimationState.h.
int64_t lastAtTime { -1LL } |
Definition at line 18 of file AnimationState.h.
AnimationSetup* setup { nullptr } |
Definition at line 15 of file AnimationState.h.
float speed { 1.0f } |
Definition at line 21 of file AnimationState.h.
float time { -1LL } |
Definition at line 20 of file AnimationState.h.