GridOrientation
Note
Stable API. Supported for production use within the 1.x compatibility contract.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Runtime |
| Namespace | LostLily.GridToolkit.Coordinates |
| Kind | struct |
| Tier | Stable |
| Roles | CustomerWorkflow |
| Validated version | 1.0.0 |
Declaration
type struct LostLily.GridToolkit.Coordinates.GridOrientation : System.IEquatable<LostLily.GridToolkit.Coordinates.GridOrientation>
Public members
Methods
System.Boolean Equals(LostLily.GridToolkit.Coordinates.GridOrientation)
System.Boolean Equals(System.Object)
System.Int32 GetComponent(System.Int32)
System.Int32 GetHashCode()
System.String ToString()
System.Void .ctor(System.String,System.Int32[])
static LostLily.GridToolkit.Coordinates.GridOrientation Identity(System.String)
Properties
System.Collections.Generic.IReadOnlyList<System.Int32> Components { get; }
System.Int32 ComponentCount { get; }
System.Int32 PrimaryStep { get; }
System.String SystemId { 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.