C# 클래스 World.Atlas.AreasCarrier

상속: IAreasCarrier
파일 보기 프로젝트 열기: GoodAI/BrainSimulator

Private Properties

프로퍼티 타입 설명
ExpandArea void
ExpandRoom void
FillArea void
FillNamedArea void
FillRoom void

공개 메소드들

메소드 설명
AreaName ( System.Vector2 coordinates ) : string
AreasCarrier ( ITileLayer pathLayer, ITileLayer areaLayer, string>.List positionsNamesTuples ) : System
Room ( System.Vector2 coordinates ) : Room
RoomName ( System.Vector2 coordinates ) : string

비공개 메소드들

메소드 설명
ExpandArea ( int x, int y, string name, ITileLayer areaLayer ) : void
ExpandRoom ( int x, int y, Room room, ITileLayer pathLayer ) : void
FillArea ( int x, int y, string name, ITileLayer areaLayer ) : void
FillNamedArea ( int x, int y, string name, ITileLayer pathLayer, ITileLayer areaLayer ) : void
FillRoom ( int x, int y, string name, ITileLayer pathLayer ) : void

메소드 상세

AreaName() 공개 메소드

public AreaName ( System.Vector2 coordinates ) : string
coordinates System.Vector2
리턴 string

AreasCarrier() 공개 메소드

public AreasCarrier ( ITileLayer pathLayer, ITileLayer areaLayer, string>.List positionsNamesTuples ) : System
pathLayer ITileLayer
areaLayer ITileLayer
positionsNamesTuples string>.List
리턴 System

Room() 공개 메소드

public Room ( System.Vector2 coordinates ) : Room
coordinates System.Vector2
리턴 World.ToyWorldCore.Room

RoomName() 공개 메소드

public RoomName ( System.Vector2 coordinates ) : string
coordinates System.Vector2
리턴 string