Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

GridStructurePlacementResult

Note

Stable API. Supported for production use within the 1.x compatibility contract.

Contract Value
Assembly LostLily.GridToolkit.Runtime
Namespace LostLily.GridToolkit.Occupancy
Kind class
Tier Stable
Roles CustomerWorkflow
Validated version 1.0.0

Declaration

type class LostLily.GridToolkit.Occupancy.GridStructurePlacementResult

Public members

Methods

System.String FormatDiagnostics()
System.Void .ctor(System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Coordinates.GridCoordinate>,System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Placement.GridPlacementFailure>)

Properties

System.Boolean Success { get; }
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Coordinates.GridCoordinate> OccupiedCells { get; }
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Placement.GridPlacementFailure> Failures { 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.