Enum PlacementOccupancyMode
- Namespace
- MoonBark.GridPlacement.Core.Types
- Assembly
- MoonBark.GridPlacement.Core.dll
Determines which occupancy source should be preferred for placement validation.
public enum PlacementOccupancyMode
Fields
DirectGrid = 0Prefer a direct grid source such as a TileMapLayer-backed adapter and fall back to ECS occupancy.
EcsGrid = 1Prefer ECS-maintained occupancy and fall back to a direct grid source.