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

1
public enum PlacementOccupancyMode

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

1
DirectGrid = 0

Prefer a direct grid source such as a TileMapLayer-backed adapter and fall back to ECS occupancy.


EcsGrid

1
EcsGrid = 1

Prefer ECS-maintained occupancy and fall back to a direct grid source.