C# Class Project290.Games.Solitude.SolitudeHUD.FuelBar

Mostrar archivo Open project: scastle/Solitude Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
FuelBar ( int currentFuel, int totalFuel ) : System
Update ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

FuelBar() public method

public FuelBar ( int currentFuel, int totalFuel ) : System
currentFuel int
totalFuel int
return System

Update() public method

public Update ( ) : void
return void