IGridOccupancyView
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Occupancy |
| Kind | interface |
| Tier | Stable |
| Roles | CustomerWorkflow, ExtensionPoint |
| Validated version | 1.0.0 |
Declaration
type interface LostLily.GridToolkit.Occupancy.IGridOccupancyView
Public members
Methods
System.Boolean IsOccupied(LostLily.GridToolkit.Coordinates.GridCoordinate)
System.Boolean TryGetStructure(System.String,out LostLily.GridToolkit.Occupancy.IGridStructureView)
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Occupancy.IGridStructureView> GetOccupants(LostLily.GridToolkit.Coordinates.GridCoordinate)
Properties
System.Collections.Generic.IReadOnlyDictionary<System.String,LostLily.GridToolkit.Occupancy.IGridStructureView> Structures { get; }
Versioning
Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.