Property | Type | Description | |
---|---|---|---|
_delta | |||
_height | float | ||
_jumps | uint | ||
_previousPos | |||
_startPosition |
Method | Description | |
---|---|---|
CCJumpBy ( float t, |
||
initWithDuration ( float t, |
||
startWithTarget ( object aTarget ) : void | ||
update ( float t ) : void |
Method | Description | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCJumpBy ( float t, |
||
t | float | |
pos | ||
height | float | |
jumps | uint | |
return | UnityEngine |
public initWithDuration ( float t, |
||
t | float | |
pos | ||
height | float | |
jumps | uint | |
return | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
return | void |
protected Vector2,UnityEngine _previousPos | ||
return |