TileShape

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public enum TileShape

Summary

Tile shape types for grid calculations. Determines the geometry of the grid system.

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/GridEnums.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

Square

1
Square = 0

Standard square/rectangular grid


Isometric

1
Isometric = 1

Isometric diamond-shaped grid


HalfOffsetSquare

1
HalfOffsetSquare = 2

Half-offset square grid (hex-like)


Hexagon

1
Hexagon = 3

Hexagonal grid