Method | Description | |
---|---|---|
CCRepeat ( |
||
initWithAction ( |
||
isDone ( ) : bool | ||
startWithTarget ( object aTarget ) : void | ||
stop ( ) : void | ||
update ( float dt ) : void |
Method | Description | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCRepeat ( |
||
action | ||
times | uint | |
return | UnityEngine |
public initWithAction ( |
||
action | ||
times | uint | |
return | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
return | void |