Table of Contents

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 = 2

Half-offset square grid (hex-like)

Hexagon = 3

Hexagonal grid

Isometric = 1

Isometric diamond-shaped grid

Square = 0

Standard square/rectangular grid