IGridTopology
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Topology |
| Kind | interface |
| Tier | Stable |
| Roles | ExtensionPoint |
| Validated version | 1.0.0 |
Declaration
type interface LostLily.GridToolkit.Topology.IGridTopology
Public members
Methods
System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Coordinates.GridCoordinate> GetNeighbors(LostLily.GridToolkit.Coordinates.GridCoordinate)
Properties
LostLily.GridToolkit.Coordinates.GridCoordinateSystem CoordinateSystem { get; }
LostLily.GridToolkit.Topology.IGridOrientationSystem OrientationSystem { get; }
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Topology.GridDirection> Directions { get; }
System.String CellShapeId { get; }
System.String TopologyId { 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.