C# 클래스 Flood.GUI.Anim.Size.Height

상속: TimedAnimation
파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
Height ( int startSize, int endSize, float length, bool hide = false, float delay = 0.0f, float ease = 1.0f )

보호된 메소드들

메소드 설명
OnFinish ( ) : void
OnStart ( ) : void
Run ( float delta ) : void

메소드 상세

Height() 공개 메소드

public Height ( int startSize, int endSize, float length, bool hide = false, float delay = 0.0f, float ease = 1.0f )
startSize int
endSize int
length float
hide bool
delay float
ease float

OnFinish() 보호된 메소드

protected OnFinish ( ) : void
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

Run() 보호된 메소드

protected Run ( float delta ) : void
delta float
리턴 void