C# 클래스 BBGamelib.CCBezierBy

상속: CCActionInterval
파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_config ccBezierConfig
_previousPosition Vector2
_startPosition Vector2

공개 메소드들

메소드 설명
CCBezierBy ( float t, ccBezierConfig c ) : UnityEngine
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

메소드 상세

CCBezierBy() 공개 메소드

public CCBezierBy ( float t, ccBezierConfig c ) : UnityEngine
t float
c ccBezierConfig
리턴 UnityEngine

copyImpl() 보호된 메소드

protected copyImpl ( ) : CCAction
리턴 CCAction

initWithDuration() 공개 메소드

public initWithDuration ( float t, ccBezierConfig c ) : void
t float
c ccBezierConfig
리턴 void

reverseImpl() 보호된 메소드

protected reverseImpl ( ) : CCAction
리턴 CCAction

startWithTarget() 공개 메소드

public startWithTarget ( object aTarget ) : void
aTarget object
리턴 void

update() 공개 메소드

public update ( float t ) : void
t float
리턴 void

프로퍼티 상세

_config 보호되어 있는 프로퍼티

protected ccBezierConfig,BBGamelib _config
리턴 ccBezierConfig

_previousPosition 보호되어 있는 프로퍼티

protected Vector2 _previousPosition
리턴 Vector2

_startPosition 보호되어 있는 프로퍼티

protected Vector2 _startPosition
리턴 Vector2