C# Class MegaMan.Engine.HealthMeter

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Create ( MeterInfo info, bool inGamePlay ) : HealthMeter
DelayedFill ( int frames ) : void
Draw ( IRenderingContext context ) : void
GameRender ( GameRenderEventArgs e ) : void
Reset ( ) : void
Start ( IGameplayContainer container ) : void
Stop ( ) : void
Unload ( ) : void

Private Methods

Méthode Description
DelayFill ( ) : void
Draw ( IRenderingContext context, float positionX, float positionY ) : void
GameTick ( GameTickEventArgs e ) : void
HealthMeter ( ) : System
LoadInfo ( MeterInfo info ) : void
UpTick ( ) : void

Method Details

Create() public static méthode

public static Create ( MeterInfo info, bool inGamePlay ) : HealthMeter
info MegaMan.Common.MeterInfo
inGamePlay bool
Résultat HealthMeter

DelayedFill() public méthode

public DelayedFill ( int frames ) : void
frames int
Résultat void

Draw() public méthode

public Draw ( IRenderingContext context ) : void
context IRenderingContext
Résultat void

GameRender() public méthode

public GameRender ( GameRenderEventArgs e ) : void
e GameRenderEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( IGameplayContainer container ) : void
container IGameplayContainer
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void