C# Class machine2014arcade.Game.Stacker

Afficher le fichier Open project: JDGETS/machine2014 Class Usage Examples

Méthodes publiques

Méthode Description
Stacker ( GameParameters gameParams, int columnCount ) : System
chop ( Direction side ) : void
isDead ( ) : bool
move ( ) : void
setRandomDirection ( ) : void
setRandomPosition ( ) : void

Method Details

Stacker() public méthode

public Stacker ( GameParameters gameParams, int columnCount ) : System
gameParams GameParameters
columnCount int
Résultat System

chop() public méthode

public chop ( Direction side ) : void
side Direction
Résultat void

isDead() public méthode

public isDead ( ) : bool
Résultat bool

move() public méthode

public move ( ) : void
Résultat void

setRandomDirection() public méthode

public setRandomDirection ( ) : void
Résultat void

setRandomPosition() public méthode

public setRandomPosition ( ) : void
Résultat void