C# 클래스 MapEditor.TileMap.TileMap

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

공개 프로퍼티들

프로퍼티 타입 설명
layerNames List
layers List

공개 메소드들

메소드 설명
TileMap ( int mapWidth, int mapHeight ) : System

Initializes a new map with 3 layers !

opentilemap ( string filename ) : TileMap
savemap ( String filename ) : void

메소드 상세

TileMap() 공개 메소드

Initializes a new map with 3 layers !
public TileMap ( int mapWidth, int mapHeight ) : System
mapWidth int Width of map
mapHeight int Height of Map
리턴 System

opentilemap() 공개 메소드

public opentilemap ( string filename ) : TileMap
filename string
리턴 TileMap

savemap() 공개 메소드

public savemap ( String filename ) : void
filename String
리턴 void

프로퍼티 상세

layerNames 공개적으로 프로퍼티

public List layerNames
리턴 List

layers 공개적으로 프로퍼티

public List layers
리턴 List