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

Afficher le fichier Open project: scastle/Solitude Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( ) : void
FuelBar ( int currentFuel, int totalFuel ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

FuelBar() public méthode

public FuelBar ( int currentFuel, int totalFuel ) : System
currentFuel int
totalFuel int
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void