C# 클래스 Maze.Cell

상속: Maze.Point
파일 보기 프로젝트 열기: takayuki/opensim-pcproject 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bottom bool
Left bool
Visited bool
X int
Y int

공개 메소드들

메소드 설명
Cell ( int x, int y ) : System

메소드 상세

Cell() 공개 메소드

public Cell ( int x, int y ) : System
x int
y int
리턴 System

프로퍼티 상세

Bottom 공개적으로 프로퍼티

public bool Bottom
리턴 bool

Left 공개적으로 프로퍼티

public bool Left
리턴 bool

Visited 공개적으로 프로퍼티

public bool Visited
리턴 bool

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int