프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CellHeightInPixels | ushort | ||
CellWidthInPixels | ushort | ||
Layers | List |
||
NumberCellsTall | int | ||
NumberCellsWide | int | ||
NumberOfLayers | uint | ||
QuadHeight | float | ||
QuadWidth | float | ||
VersionNumber | int |
메소드 | 설명 | |
---|---|---|
FromFile ( string fileName ) : |
||
FromTiledMapSave ( TiledMapSave tiledMapSave, float scale, float zOffset, string directory, FileReferenceType referenceType ) : |
Converts a TiledMapSave to a ReducedTileMapInfo object
|
|
GetReferencedFiles ( ) : List |
||
ReadFrom ( BinaryReader reader ) : |
||
ToString ( ) : string | ||
WriteTo ( BinaryWriter writer ) : void |
메소드 | 설명 | |
---|---|---|
SetQuadWidthAndHeight ( |
public static FromFile ( string fileName ) : |
||
fileName | string | |
리턴 |
public static FromTiledMapSave ( TiledMapSave tiledMapSave, float scale, float zOffset, string directory, FileReferenceType referenceType ) : |
||
tiledMapSave | TiledMapSave | The TiledMapSave to convert |
scale | float | The amount to scale by - default of 1 |
zOffset | float | The zOffset |
directory | string | The directory of the file associated with the tiledMapSave, used to find file references. |
referenceType | FileReferenceType | How the files in the .tmx are referenced. |
리턴 |
public static ReadFrom ( BinaryReader reader ) : |
||
reader | BinaryReader | |
리턴 |