Méthode | Description | |
---|---|---|
CCRotateTo ( float t, float angle ) : UnityEngine | ||
initWithDuration ( float t, float angle ) : void | ||
startWithTarget ( object aTarget ) : void | ||
update ( float t ) : void |
Méthode | Description | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCRotateTo ( float t, float angle ) : UnityEngine | ||
t | float | |
angle | float | |
Résultat | UnityEngine |
public initWithDuration ( float t, float angle ) : void | ||
t | float | |
angle | float | |
Résultat | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
Résultat | void |