C# Class MegaMan.Engine.HealthMeter

Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method 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

Method 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 method

public static Create ( MeterInfo info, bool inGamePlay ) : HealthMeter
info MegaMan.Common.MeterInfo
inGamePlay bool
return HealthMeter

DelayedFill() public method

public DelayedFill ( int frames ) : void
frames int
return void

Draw() public method

public Draw ( IRenderingContext context ) : void
context IRenderingContext
return void

GameRender() public method

public GameRender ( GameRenderEventArgs e ) : void
e GameRenderEventArgs
return void

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( IGameplayContainer container ) : void
container IGameplayContainer
return void

Stop() public method

public Stop ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void