Summary
Encapsulates a cell and its distance from an origin cell within a structure.
Generic type parameters
Remarks
Used in the return value of
Structure<TCell>.FindPaths(TCell).
Constructors
Instance methods
void | | Deconstructor. |
bool | | Refer to the documentation for object.Equals. |
int | | Refer to the documentation for object.GetHashCode. |
Instance properties
TCell | | The relevant cell. |
int | |
The amount of steps required to reach this cell from the origin cell. If this is 0 , this cell is the
origin cell. |
TCell | |
The previous cell in the path from the origin cell to this cell. |