프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_config | |||
_previousPosition | Vector2 | ||
_startPosition | Vector2 |
메소드 | 설명 | |
---|---|---|
CCBezierBy ( float t, |
||
initWithDuration ( float t, ccBezierConfig c ) : void | ||
startWithTarget ( object aTarget ) : void | ||
update ( float t ) : void |
메소드 | 설명 | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
메소드 | 설명 | |
---|---|---|
bezierat ( float a, float b, float c, float d, float t ) : float |
public CCBezierBy ( float t, |
||
t | float | |
c | ||
리턴 | UnityEngine |
public initWithDuration ( float t, ccBezierConfig c ) : void | ||
t | float | |
c | ccBezierConfig | |
리턴 | void |