메소드 | 설명 | |
---|---|---|
CCRepeat ( |
||
initWithAction ( |
||
isDone ( ) : bool | ||
startWithTarget ( object aTarget ) : void | ||
stop ( ) : void | ||
update ( float dt ) : void |
메소드 | 설명 | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCRepeat ( |
||
action | ||
times | uint | |
리턴 | UnityEngine |
public initWithAction ( |
||
action | ||
times | uint | |
리턴 | void |