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.TmxLayerTile Class Reference

Tile elements of a layer map. More...

Public Member Functions

 TmxLayerTile (uint id, int x, int y)
 Layer tile constructor.
 

Properties

int Gid [get, set]
 Global tileset ID.
 
int X [get, set]
 X (rightward) position of tile.
 
int Y [get, set]
 Y (downward) position of tile.
 
bool HorizontalFlip [get, set]
 Horizontally flipped tile image.
 
bool VerticalFlip [get, set]
 Vertically flipped tile image.
 
bool DiagonalFlip [get, set]
 Diagonally flipped tile image along top left/bottom right axis.
 

Detailed Description

Tile elements of a layer map.

Definition at line 72 of file Layer.cs.


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