C# 클래스 Pathfinding_Tests.RoomBuilder

파일 보기 프로젝트 열기: eriksvedang/Pathfinding 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentRoom Pathfinding_Tests.Room
yValue int

공개 메소드들

메소드 설명
Clear ( ) : void
ConnectDoors ( ) : void
GetRooms ( ) : Pathfinding_Tests.Room[]

비공개 메소드들

메소드 설명
AppendWallsAndDoors ( string p ) : void
BeginNewRoom ( string p ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ConnectDoors() 공개 메소드

public ConnectDoors ( ) : void
리턴 void

GetRooms() 공개 메소드

public GetRooms ( ) : Pathfinding_Tests.Room[]
리턴 Pathfinding_Tests.Room[]

프로퍼티 상세

currentRoom 공개적으로 프로퍼티

public Room,Pathfinding_Tests currentRoom
리턴 Pathfinding_Tests.Room

yValue 공개적으로 프로퍼티

public int yValue
리턴 int