C# 클래스 PacMan.Map

파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
IsOutOfWall ( Point _newLocation ) : bool
Map ( Wall levelWall, int numberColumns, int numberLines ) : System

비공개 메소드들

메소드 설명
InitialiazeFood ( ) : Food
IsFood ( Point point ) : bool

메소드 상세

IsOutOfWall() 공개 메소드

public IsOutOfWall ( Point _newLocation ) : bool
_newLocation Point
리턴 bool

Map() 공개 메소드

public Map ( Wall levelWall, int numberColumns, int numberLines ) : System
levelWall Wall
numberColumns int
numberLines int
리턴 System