메소드 | 설명 | |
---|---|---|
CCAnimate ( CCAnimation animation ) : UnityEngine | ||
initWithAnimation ( CCAnimation anim ) : void | ||
startWithTarget ( object aTarget ) : void | ||
stop ( ) : void | ||
update ( float t ) : void |
메소드 | 설명 | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCAnimate ( CCAnimation animation ) : UnityEngine | ||
animation | CCAnimation | |
리턴 | UnityEngine |
public initWithAnimation ( CCAnimation anim ) : void | ||
anim | CCAnimation | |
리턴 | void |