|
cocos2d-x
3.3
|
#include <AnimationState.h>
Public Attributes | |
| spAnimationState *const | state |
| spTrackEntry * | next |
| spTrackEntry * | previous |
| spAnimation * | animation |
| int | loop |
| float | delay |
| float | time |
| float | lastTime |
| float | endTime |
| float | timeScale |
| spAnimationStateListener | listener |
| float | mixTime |
| float | mixDuration |
| float | mix |
| void * | rendererObject |
| spAnimation* animation |
| float delay |
| float endTime |
| float lastTime |
| spAnimationStateListener listener |
| int loop |
| float mix |
| float mixDuration |
| float mixTime |
| spTrackEntry* next |
| spTrackEntry* previous |
| void* rendererObject |
| spAnimationState* const state |
| float time |
| float timeScale |