C# 클래스 BBGamelib.CCScaleTo

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

보호된 프로퍼티들

프로퍼티 타입 설명
_deltaX float
_deltaY float
_endScaleX float
_endScaleY float
_scaleX float
_scaleY float
_startScaleX float
_startScaleY float

공개 메소드들

메소드 설명
CCScaleTo ( float t, float scale ) : UnityEngine
CCScaleTo ( float t, float scaleX, float scaleY ) : UnityEngine
initWithDuration ( float t, float scale ) : void
initWithDuration ( float t, float scaleX, float scaleY ) : void
startWithTarget ( object aTarget ) : void
update ( float t ) : void

보호된 메소드들

메소드 설명
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

메소드 상세

CCScaleTo() 공개 메소드

public CCScaleTo ( float t, float scale ) : UnityEngine
t float
scale float
리턴 UnityEngine

CCScaleTo() 공개 메소드

public CCScaleTo ( float t, float scaleX, float scaleY ) : UnityEngine
t float
scaleX float
scaleY float
리턴 UnityEngine

copyImpl() 보호된 메소드

protected copyImpl ( ) : CCAction
리턴 CCAction

initWithDuration() 공개 메소드

public initWithDuration ( float t, float scale ) : void
t float
scale float
리턴 void

initWithDuration() 공개 메소드

public initWithDuration ( float t, float scaleX, float scaleY ) : void
t float
scaleX float
scaleY float
리턴 void

reverseImpl() 보호된 메소드

protected reverseImpl ( ) : CCAction
리턴 CCAction

startWithTarget() 공개 메소드

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

update() 공개 메소드

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

프로퍼티 상세

_deltaX 보호되어 있는 프로퍼티

protected float _deltaX
리턴 float

_deltaY 보호되어 있는 프로퍼티

protected float _deltaY
리턴 float

_endScaleX 보호되어 있는 프로퍼티

protected float _endScaleX
리턴 float

_endScaleY 보호되어 있는 프로퍼티

protected float _endScaleY
리턴 float

_scaleX 보호되어 있는 프로퍼티

protected float _scaleX
리턴 float

_scaleY 보호되어 있는 프로퍼티

protected float _scaleY
리턴 float

_startScaleX 보호되어 있는 프로퍼티

protected float _startScaleX
리턴 float

_startScaleY 보호되어 있는 프로퍼티

protected float _startScaleY
리턴 float