C# Class Flood.GUI.Anim.Size.Height

Inheritance: TimedAnimation
Mostrar archivo Open project: FloodProject/flood

Public Methods

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

Protected Methods

Method Description
OnFinish ( ) : void
OnStart ( ) : void
Run ( float delta ) : void

Method Details

Height() public method

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 method

protected OnFinish ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

Run() protected method

protected Run ( float delta ) : void
delta float
return void