TileMapTileOrigin Enumeration |
[Missing <summary> documentation for "T:Godot.TileMap.TileOrigin"]
Namespace: Godot
public enum TileOrigin
Member name | Value | Description | |
---|---|---|---|
TopLeft | 0 | Tile origin at its top-left corner. | |
Center | 1 | Tile origin at its center. | |
BottomLeft | 2 | Tile origin at its bottom-left corner. |