C# Class RaceGame.Menu.RolloverUtility

Afficher le fichier Open project: cjohnsson/Racing-Game Class Usage Examples

Méthodes publiques

Méthode Description
LowerValue ( ) : void
RaiseValue ( ) : void
RolloverUtility ( int value, int minValue, int maxValue ) : System

Method Details

LowerValue() public méthode

public LowerValue ( ) : void
Résultat void

RaiseValue() public méthode

public RaiseValue ( ) : void
Résultat void

RolloverUtility() public méthode

public RolloverUtility ( int value, int minValue, int maxValue ) : System
value int
minValue int
maxValue int
Résultat System