Property | Type | Description | |
---|---|---|---|
_config | |||
_previousPosition | Vector2 | ||
_startPosition | Vector2 |
Method | Description | |
---|---|---|
CCBezierBy ( float t, |
||
initWithDuration ( float t, ccBezierConfig c ) : void | ||
startWithTarget ( object aTarget ) : void | ||
update ( float t ) : void |
Method | Description | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
Method | Description | |
---|---|---|
bezierat ( float a, float b, float c, float d, float t ) : float |
public CCBezierBy ( float t, |
||
t | float | |
c | ||
return | UnityEngine |
public initWithDuration ( float t, ccBezierConfig c ) : void | ||
t | float | |
c | ccBezierConfig | |
return | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
return | void |