Interface IOccupantData
- Namespace
- MoonBark.GridPlacement.Core.Interfaces.Placement
- Assembly
- MoonBark.GridPlacement.Core.dll
Interface for data about an occupant in a grid position.
public interface IOccupantData
Properties
BlocksPlacement
Whether the occupant blocks placement.
bool BlocksPlacement { get; }
Property Value
Id
Unique identifier for the occupant.
string Id { get; }
Property Value
Type
Type of the occupant (building, obstacle, etc.).
string Type { get; }