Method | Description | |
---|---|---|
CCSpeed ( |
||
initWithAction ( |
||
isDone ( ) : bool | ||
reverse ( ) : CCAction | ||
startWithTarget ( object aTarget ) : void | ||
step ( float dt ) : void | ||
stop ( ) : void |
Method | Description | |
---|---|---|
copyImpl ( ) : CCAction |
public CCSpeed ( |
||
action | ||
speed | float | |
return | UnityEngine |
public initWithAction ( |
||
action | ||
speed | float | |
return | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
return | void |