PlacementOccupancyMode
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
Summary
Determines which occupancy source should be preferred for placement validation.
Metadata
Namespace: GridPlacement.Core.Types
Source File: cs/Core/Types/PlacementOccupancyMode.cs
Assembly: GridPlacement.Core
Type: enum
Enum Values
DirectGrid
Prefer a direct grid source such as a TileMapLayer-backed adapter and fall back to ECS occupancy.
EcsGrid
Prefer ECS-maintained occupancy and fall back to a direct grid source.