C# 클래스 invertika_game.Game.MapContent

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

공개 프로퍼티들

프로퍼티 타입 설명
mapHeight ushort
mapWidth ushort
things List
zones invertika_game.Game.MapZone[]

공개 메소드들

메소드 설명
MapContent ( Map map ) : System
allocate ( Actor obj ) : bool
getZone ( Point pos ) : MapZone

메소드 상세

MapContent() 공개 메소드

public MapContent ( Map map ) : System
map Map
리턴 System

allocate() 공개 메소드

public allocate ( Actor obj ) : bool
obj Actor
리턴 bool

getZone() 공개 메소드

public getZone ( Point pos ) : MapZone
pos Point
리턴 MapZone

프로퍼티 상세

mapHeight 공개적으로 프로퍼티

public ushort mapHeight
리턴 ushort

mapWidth 공개적으로 프로퍼티

public ushort mapWidth
리턴 ushort

things 공개적으로 프로퍼티

public List things
리턴 List

zones 공개적으로 프로퍼티

public MapZone[],invertika_game.Game zones
리턴 invertika_game.Game.MapZone[]