Property | Type | Description | |
---|---|---|---|
_elapsed | float | ||
_firstTick | bool |
Method | Description | |
---|---|---|
CCActionInterval ( ) : UnityEngine | ||
CCActionInterval ( float d ) : UnityEngine | ||
copy ( ) : |
||
initWithDuration ( float d ) : void | ||
isDone ( ) : bool | ||
reverse ( ) : |
||
startWithTarget ( object aTarget ) : void | ||
step ( float dt ) : void |
public CCActionInterval ( float d ) : UnityEngine | ||
d | float | |
return | UnityEngine |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
return | void |