MoveDirection

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 MoveDirection

Summary

Movement direction constraints for grid operations.

Metadata

Namespace: GridPlacement.Core.Types

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

Assembly: GridPlacement.Core

Type: enum

Enum Values

Single

1
Single = 0

Single-direction movement only


AllowDiagonal

1
AllowDiagonal = 1

Allow diagonal movement