Method | Description | |
---|---|---|
CCRotateBy ( float t, float angle ) : UnityEngine | ||
initWithDuration ( float t, float angle ) : void | ||
startWithTarget ( object aTarget ) : void | ||
update ( float t ) : void |
Method | Description | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCRotateBy ( float t, float angle ) : UnityEngine | ||
t | float | |
angle | float | |
return | UnityEngine |
public initWithDuration ( float t, float angle ) : void | ||
t | float | |
angle | float | |
return | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
return | void |