C# 클래스 TiledSharp.TmxTileset
파일 보기
프로젝트 열기: marshallward/TiledSharp
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
TmxTileset ( System.Xml.Linq.XContainer xDoc, string tmxDir ) : System |
|
|
TmxTileset ( System.Xml.Linq.XElement xTileset, string tmxDir = "" ) : System |
|
|
메소드 상세
public TmxTileset ( System.Xml.Linq.XContainer xDoc, string tmxDir ) : System |
xDoc |
System.Xml.Linq.XContainer |
|
tmxDir |
string |
|
리턴 |
System |
|
public TmxTileset ( System.Xml.Linq.XElement xTileset, string tmxDir = "" ) : System |
xTileset |
System.Xml.Linq.XElement |
|
tmxDir |
string |
|
리턴 |
System |
|