Table of Contents

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 = 0

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

EcsGrid = 1

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