Table of Contents

Interface IGridMap

Namespace
MoonBark.GridPlacement.Core.Interfaces.Grid
Assembly
MoonBark.GridPlacement.Core.dll

Domain-neutral interface for any map that provides grid-based spatial information. Implemented by engine-specific layers (e.g. Godot's TileMapLayer).

public interface IGridMap

Properties

Id

Unique identifier for the map.

string Id { get; }

Property Value

string

IsActive

Returns true if the map is currently active and ready for queries.

bool IsActive { get; }

Property Value

bool

Name

Friendly name for the map.

string Name { get; }

Property Value

string