_animationData | ArmatureAnimation | protected |
_animationInternal | ProcessBase | protected |
_armature | ArmatureAnimation | protected |
_autoReleaseCount | Object | protected |
_curFrameIndex | ProcessBase | protected |
_currentFrame | ProcessBase | protected |
_currentPercent | ProcessBase | protected |
_durationTween | ProcessBase | protected |
_frameEventCallFunc | ArmatureAnimation | protected |
_frameEventQueue | ArmatureAnimation | protected |
_frameEventTarget | ArmatureAnimation | protected |
_ID | Object | |
_ignoreFrameEvent | ArmatureAnimation | protected |
_isComplete | ProcessBase | protected |
_isLoopBack | ProcessBase | protected |
_isPause | ProcessBase | protected |
_isPlaying | ProcessBase | protected |
_loopType | ProcessBase | protected |
_luaID | Object | |
_movementData | ArmatureAnimation | protected |
_movementEventCallFunc | ArmatureAnimation | protected |
_movementEventTarget | ArmatureAnimation | protected |
_movementID | ArmatureAnimation | protected |
_nextFrameIndex | ProcessBase | protected |
_processScale | ProcessBase | protected |
_rawDuration | ProcessBase | protected |
_reference | Object | protected |
_speedScale | ArmatureAnimation | protected |
_toIndex | ArmatureAnimation | protected |
_tweenEasing | ProcessBase | protected |
_tweenList | ArmatureAnimation | protected |
_userObject | ArmatureAnimation | protected |
acceptVisitor(DataVisitor &visitor) | Object | virtual |
ArmatureAnimation() | ArmatureAnimation | |
autorelease() | Object | |
create(Armature *armature) | ArmatureAnimation | static |
frameEvent(Bone *bone, const char *frameEventName, int originFrameIndex, int currentFrameIndex) | ArmatureAnimation | protected |
getAnimationData() const | ArmatureAnimation | inlinevirtual |
getAnimationInternal() const | ProcessBase | inlinevirtual |
getAnimationScale() const | ArmatureAnimation | virtual |
getCurrentFrameIndex() | ProcessBase | virtual |
getCurrentMovementID() const | ArmatureAnimation | |
getCurrentPercent() const | ProcessBase | inlinevirtual |
getMovementCount() const | ArmatureAnimation | |
getProcessScale() const | ProcessBase | inlinevirtual |
getRawDuration() const | ProcessBase | inlinevirtual |
getSpeedScale() const | ArmatureAnimation | virtual |
getUserObject() | ArmatureAnimation | inlinevirtual |
getUserObject() const | ArmatureAnimation | inlinevirtual |
gotoAndPause(int frameIndex) | ArmatureAnimation | virtual |
gotoAndPlay(int frameIndex) | ArmatureAnimation | virtual |
gotoFrame(int frameIndex) | ProcessBase | protectedvirtual |
init(Armature *armature) | ArmatureAnimation | virtual |
isComplete() const | ProcessBase | inlinevirtual |
isEqual(const Object *object) | Object | virtual |
isIgnoreFrameEvent() const | ArmatureAnimation | inlineprotected |
isPause() const | ProcessBase | inlinevirtual |
isPlaying() const | ProcessBase | inlinevirtual |
isSingleReference() const | Object | |
Object() | Object | |
pause() | ArmatureAnimation | virtual |
play(const char *animationName, int durationTo=-1, int durationTween=-1, int loop=-1, int tweenEasing=TWEEN_EASING_MAX) | ArmatureAnimation | |
cocostudio::ProcessBase::play(int durationTo, int durationTween, int loop, int tweenEasing) | ProcessBase | virtual |
playByIndex(int animationIndex, int durationTo=-1, int durationTween=-1, int loop=-1, int tweenEasing=TWEEN_EASING_MAX) | ArmatureAnimation | |
ProcessBase(void) | ProcessBase | |
release() | Object | inline |
resume() | ArmatureAnimation | virtual |
retain() | Object | inline |
retainCount() const | Object | |
setAnimationData(AnimationData *data) | ArmatureAnimation | inlinevirtual |
setAnimationInternal(float animationInternal) | ArmatureAnimation | virtual |
setAnimationScale(float animationScale) | ArmatureAnimation | virtual |
setFrameEventCallFunc(cocos2d::Object *target, SEL_FrameEventCallFunc callFunc) | ArmatureAnimation | |
setIsComplete(bool complete) | ProcessBase | inlinevirtual |
setIsPause(bool pause) | ProcessBase | inlinevirtual |
setIsPlaying(bool playing) | ProcessBase | inlinevirtual |
setMovementEventCallFunc(cocos2d::Object *target, SEL_MovementEventCallFunc callFunc) | ArmatureAnimation | |
setProcessScale(float processScale) | ProcessBase | inlinevirtual |
setSpeedScale(float speedScale) | ArmatureAnimation | virtual |
setUserObject(Object *userObject) | ArmatureAnimation | virtual |
stop() | ArmatureAnimation | virtual |
Tween class | ArmatureAnimation | friend |
update(float dt) | ArmatureAnimation | virtual |
updateFrameData(float currentPercent) | ArmatureAnimation | protected |
updateHandler() | ArmatureAnimation | protectedvirtual |
~ArmatureAnimation(void) | ArmatureAnimation | virtual |
~Object() | Object | virtual |
~ProcessBase(void) | ProcessBase | virtual |