Class Step
Inheritance
System.Object
Step
Assembly: Sylves.dll
Syntax
public sealed class Step : ValueType
Fields
Connection
Declaration
public Connection Connection
Field Value
Dest
Declaration
Field Value
Dir
Declaration
Field Value
InverseDir
Declaration
public CellDir InverseDir
Field Value
Length
Declaration
Field Value
Type |
Description |
System.Single |
|
Src
Declaration
Field Value
Properties
Inverse
Declaration
public Step Inverse { get; }
Property Value
Methods
Create(IGrid, Cell, CellDir, Single)
Declaration
public static Nullable<Step> Create(IGrid grid, Cell src, CellDir dir, float length = 0F)
Parameters
Returns
Type |
Description |
System.Nullable<Step> |
|