Enum TileMap.HalfOffset

enum HalfOffset : int { ... }

Enum members

NameDescription
halfOffsetDisabled Half offset disabled.
halfOffsetNegativeX Half offset on the X coordinate (negative).
halfOffsetNegativeY Half offset on the Y coordinate (negative).
halfOffsetX Half offset on the X coordinate.
halfOffsetY Half offset on the Y coordinate.