C# 클래스 Procedural.Room

파일 보기 프로젝트 열기: SneakyRedSnake/rogue-shield 1 사용 예제들

공개 메소드들

메소드 설명
Room ( Vector2 position ) : System
getFacings ( ) : HashSet
getPosition ( ) : Vector2
removeFacing ( Facing facing ) : void

메소드 상세

Room() 공개 메소드

public Room ( Vector2 position ) : System
position Vector2
리턴 System

getFacings() 공개 메소드

public getFacings ( ) : HashSet
리턴 HashSet

getPosition() 공개 메소드

public getPosition ( ) : Vector2
리턴 Vector2

removeFacing() 공개 메소드

public removeFacing ( Facing facing ) : void
facing Facing
리턴 void