Class TileOffset
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Is used to specify an offset in pixels in tilesets, to be applied when drawing a tile from the related tileset.
public class TileOffset
- Inheritance
-
TileOffset
- Inherited Members
Properties
X
The horizontal offset in pixels.
public float X { get; set; }
Property Value
Y
The vertical offset in pixels.
public float Y { get; set; }