Enum ObjectAlignment
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
The alignment of tile objects.
public enum ObjectAlignment
Fields
Unspecified = 0The alignment is unspecified. Tile objects will use BottomLeft in orthogonal maps, and Bottom in isometric maps.
TopLeft = 1The tile object is aligned to the top left of the tile.
Top = 2The tile object is aligned to the top of the tile.
TopRight = 3The tile object is aligned to the top right of the tile.
Left = 4The tile object is aligned to the left of the tile.
Center = 5The tile object is aligned to the center of the tile.
Right = 6The tile object is aligned to the right of the tile.
BottomLeft = 7The tile object is aligned to the bottom left of the tile.
Bottom = 8The tile object is aligned to the bottom of the tile.
BottomRight = 9The tile object is aligned to the bottom right of the tile.