Class CellPath
Inheritance
System.Object
CellPath
Assembly: Sylves.dll
Syntax
public class CellPath : Object
Constructors
CellPath()
Declaration
Fields
Steps
Declaration
Field Value
Type |
Description |
System.Collections.Generic.IList<Step> |
|
Properties
Cells
Declaration
public IEnumerable<Cell> Cells { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Cell> |
|
Dest
Declaration
public Cell Dest { get; }
Property Value
Length
Declaration
public float Length { get; }
Property Value
Type |
Description |
System.Single |
|
Src
Declaration
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|