Enum TileShape
- Namespace
- MoonBark.GridPlacement.Core.Types
- Assembly
- MoonBark.GridPlacement.Core.dll
Tile shape types for grid calculations. Determines the geometry of the grid system.
public enum TileShape
Fields
HalfOffsetSquare = 2Half-offset square grid (hex-like)
Hexagon = 3Hexagonal grid
Isometric = 1Isometric diamond-shaped grid
Square = 0Standard square/rectangular grid