C# 클래스 TiledPipelineExtensions.Map

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Directory string
Filename string
Height int
Layers List
MakeTilesUnique bool
Orientation Orientation
Properties List
TileHeight int
TileSets List
TileWidth int
Version string
Width int

공개 메소드들

메소드 설명
Map ( XmlDocument document ) : System

메소드 상세

Map() 공개 메소드

public Map ( XmlDocument document ) : System
document System.Xml.XmlDocument
리턴 System

프로퍼티 상세

Directory 공개적으로 프로퍼티

public string Directory
리턴 string

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Height 공개적으로 프로퍼티

public int Height
리턴 int

Layers 공개적으로 프로퍼티

public List Layers
리턴 List

MakeTilesUnique 공개적으로 프로퍼티

public bool MakeTilesUnique
리턴 bool

Orientation 공개적으로 프로퍼티

public Orientation Orientation
리턴 Orientation

Properties 공개적으로 프로퍼티

public List Properties
리턴 List

TileHeight 공개적으로 프로퍼티

public int TileHeight
리턴 int

TileSets 공개적으로 프로퍼티

public List TileSets
리턴 List

TileWidth 공개적으로 프로퍼티

public int TileWidth
리턴 int

Version 공개적으로 프로퍼티

public string Version
리턴 string

Width 공개적으로 프로퍼티

public int Width
리턴 int