Méthode | Description | |
---|---|---|
CCAnimate ( CCAnimation animation ) : UnityEngine | ||
initWithAnimation ( CCAnimation anim ) : void | ||
startWithTarget ( object aTarget ) : void | ||
stop ( ) : void | ||
update ( float t ) : void |
Méthode | Description | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCAnimate ( CCAnimation animation ) : UnityEngine | ||
animation | CCAnimation | |
Résultat | UnityEngine |
public initWithAnimation ( CCAnimation anim ) : void | ||
anim | CCAnimation | |
Résultat | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
Résultat | void |