Table of Contents

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

bool

Id

Unique identifier for the occupant.

string Id { get; }

Property Value

string

Type

Type of the occupant (building, obstacle, etc.).

string Type { get; }

Property Value

string