CardinalDirection

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 CardinalDirection

Summary

Cardinal directions for grid-based rotation. Matches GBGridRotationUtils.CardinalDirection in GDScript.

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

North

1
North = 0

North (0 degrees / up).


Northeast

1
Northeast = 1

Northeast (45 degrees / up-right).


East

1
East = 2

East (90 degrees / right).


Southeast

1
Southeast = 3

Southeast (135 degrees / down-right).


South

1
South = 4

South (180 degrees / down).


Southwest

1
Southwest = 5

Southwest (225 degrees / down-left).


West

1
West = 6

West (270 degrees / left).


Northwest

1
Northwest = 7

Northwest (315 degrees / up-left).