Class CellPath
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class CellPath
Constructors
CellPath()
Declaration
public CellPath()
Fields
Steps
Declaration
public IList<Step> Steps
Field Value
| Type | Description |
|---|---|
| IList<Step> |
Properties
Cells
Declaration
public IEnumerable<Cell> Cells { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Cell> |
Dest
Declaration
public Cell Dest { get; }
Property Value
| Type | Description |
|---|---|
| Cell |
Length
Declaration
public float Length { get; }
Property Value
| Type | Description |
|---|---|
| float |
Src
Declaration
public Cell Src { get; }
Property Value
| Type | Description |
|---|---|
| Cell |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |