Property | Type | Description | |
---|---|---|---|
CellHeightInPixels | ushort | ||
CellWidthInPixels | ushort | ||
Layers | List |
||
NumberCellsTall | int | ||
NumberCellsWide | int | ||
NumberOfLayers | uint | ||
QuadHeight | float | ||
QuadWidth | float | ||
VersionNumber | int |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SetQuadWidthAndHeight ( |
public static FromFile ( string fileName ) : |
||
fileName | string | |
return |
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. |
return |
public static ReadFrom ( BinaryReader reader ) : |
||
reader | BinaryReader | |
return |
public WriteTo ( BinaryWriter writer ) : void | ||
writer | BinaryWriter | |
return | void |