TileOffsetAxis

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 TileOffsetAxis

Summary

Tile offset axis for half-offset grids.

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

Horizontal

1
Horizontal = 0

Horizontal offset (odd/even rows shifted)


Vertical

1
Vertical = 1

Vertical offset (odd/even columns shifted)