C# 클래스 Nez.TiledMaps.TmxTileset

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

공개 프로퍼티들

프로퍼티 타입 설명
isStandardTileset bool
mapFolder string

공개 메소드들

메소드 설명
TmxTileset ( ) : System.Collections.Generic
ToString ( ) : string
fixImagePath ( string mapPath, string tilesetSource ) : void

메소드 상세

TmxTileset() 공개 메소드

public TmxTileset ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

fixImagePath() 공개 메소드

public fixImagePath ( string mapPath, string tilesetSource ) : void
mapPath string
tilesetSource string
리턴 void

프로퍼티 상세

isStandardTileset 공개적으로 프로퍼티

public bool isStandardTileset
리턴 bool

mapFolder 공개적으로 프로퍼티

public string mapFolder
리턴 string