C# Class PacMan.Map

Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
IsOutOfWall ( Point _newLocation ) : bool
Map ( Wall levelWall, int numberColumns, int numberLines ) : System

Private Methods

Méthode Description
InitialiazeFood ( ) : Food
IsFood ( Point point ) : bool

Method Details

IsOutOfWall() public méthode

public IsOutOfWall ( Point _newLocation ) : bool
_newLocation Point
Résultat bool

Map() public méthode

public Map ( Wall levelWall, int numberColumns, int numberLines ) : System
levelWall Wall
numberColumns int
numberLines int
Résultat System