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

Inheritance: TimedAnimation
Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnFinish ( ) : void
OnStart ( ) : void
Run ( float delta ) : void

Method Details

Height() public méthode

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 méthode

protected OnFinish ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

Run() protected méthode

protected Run ( float delta ) : void
delta float
Résultat void