Enum FlippingFlags
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
The flipping flags for a tile. These can be used to check how a tile is flipped or rotated. Uses the FlagsAttribute, for which there is plenty of documentation.
[Flags]
public enum FlippingFlags : uint
Fields
None = 0
No flipping.
FlippedHorizontally = 2147483648
The tile is flipped horizontally.
FlippedVertically = 1073741824
The tile is flipped vertically.
FlippedDiagonally = 536870912
The tile is flipped diagonally.
RotatedHexagonal120 = 268435456
In hexagonal maps, the tile is rotated 120 degrees clockwise.