TiledSharp  0.9.1 r0
A .NET C# library for importing Tiled TMX tile maps
All Classes Namespaces Files Functions Variables Enumerations Properties Pages
Public Member Functions | Properties | List of all members
TiledSharp.TmxTileOffset Class Reference

Pixel offset when drawing a tile from a related tileset. More...

Public Member Functions

 TmxTileOffset (XElement xTileOffset)
 Tile offset constructor.
 

Properties

int X [get, set]
 X (rightward) tile offset.
 
int Y [get, set]
 Y (downward) tile offset.
 

Detailed Description

Pixel offset when drawing a tile from a related tileset.

Definition at line 93 of file Tileset.cs.


The documentation for this class was generated from the following files: