C# 클래스 BBGamelib.CCTintBy

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

공개 메소드들

메소드 설명
CCTintBy ( float t, short r, short g, short b ) : UnityEngine
initWithDuration ( float t, short r, short g, short b ) : void
startWithTarget ( object aTarget ) : void
update ( float t ) : void

보호된 메소드들

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

메소드 상세

CCTintBy() 공개 메소드

public CCTintBy ( float t, short r, short g, short b ) : UnityEngine
t float
r short
g short
b short
리턴 UnityEngine

copyImpl() 보호된 메소드

protected copyImpl ( ) : CCAction
리턴 CCAction

initWithDuration() 공개 메소드

public initWithDuration ( float t, short r, short g, short b ) : void
t float
r short
g short
b short
리턴 void

reverseImpl() 보호된 메소드

protected reverseImpl ( ) : CCAction
리턴 CCAction

startWithTarget() 공개 메소드

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

update() 공개 메소드

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