TileMapHalfOffset Enumeration |
[Missing <summary> documentation for "T:Godot.TileMap.HalfOffset"]
Namespace: Godot
public enum HalfOffset
| Member name | Value | Description | |
|---|---|---|---|
| X | 0 | Half offset on the X coordinate. | |
| Y | 1 | Half offset on the Y coordinate. | |
| Disabled | 2 | Half offset disabled. | |
| NegativeX | 3 | Half offset on the X coordinate (negative). | |
| NegativeY | 4 | Half offset on the Y coordinate (negative). |