C# 클래스 PacMan.EnemyAI.Node

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

공개 프로퍼티들

프로퍼티 타입 설명
Color int
Down Node
Last Node
Left Node
Right Node
Top Node
Value Point

공개 메소드들

메소드 설명
Node ( Point value ) : System

메소드 상세

Node() 공개 메소드

public Node ( Point value ) : System
value Point
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public int Color
리턴 int

Down 공개적으로 프로퍼티

public Node,PacMan Down
리턴 Node

Last 공개적으로 프로퍼티

public Node,PacMan Last
리턴 Node

Left 공개적으로 프로퍼티

public Node,PacMan Left
리턴 Node

Right 공개적으로 프로퍼티

public Node,PacMan Right
리턴 Node

Top 공개적으로 프로퍼티

public Node,PacMan Top
리턴 Node

Value 공개적으로 프로퍼티

public Point Value
리턴 Point