OccupancyInfo
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
ECS occupancy information for a grid position.
Metadata
Namespace: GridPlacement.Core.Types
Source File: cs/Core/Types/TileInfo.cs
Assembly: GridPlacement.Core
Type: record
Implements
IEquatable<OccupancyInfo>
Properties
GridPosition
Grid position.
IsOccupied
Whether the position is occupied by an entity.
EntityId
Entity ID occupying this position (if any).
EntityType
Type of entity occupying this position.
PlaceableId
Placeable ID of the entity (if applicable).