Enum TileSet.TileShapeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TileSet.TileShapeEnum : long
Fields
HalfOffsetSquare = 2
Rectangular tile shape with one row/column out of two offset by half a tile.
Hexagon = 3
Hexagonal tile shape.
Isometric = 1
Diamond tile shape (for isometric look).
Note: Isometric TileSet works best if TileMap and all its layers have Y-sort enabled.
Square = 0
Rectangular tile shape.