Show / Hide Table of Contents

Class Step

Inheritance
System.Object
Step
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class Step : ValueType

Fields

Connection

Declaration
public Connection Connection
Field Value
Type Description
Connection

Dest

Declaration
public Cell Dest
Field Value
Type Description
Cell

Dir

Declaration
public CellDir Dir
Field Value
Type Description
CellDir

InverseDir

Declaration
public CellDir InverseDir
Field Value
Type Description
CellDir

Length

Declaration
public float Length
Field Value
Type Description
System.Single

Src

Declaration
public Cell Src
Field Value
Type Description
Cell

Properties

Inverse

Declaration
public Step Inverse { get; }
Property Value
Type Description
Step

Methods

Create(IGrid, Cell, CellDir, Single)

Declaration
public static Nullable<Step> Create(IGrid grid, Cell src, CellDir dir, float length = 0F)
Parameters
Type Name Description
IGrid grid
Cell src
CellDir dir
System.Single length
Returns
Type Description
System.Nullable<Step>
In This Article
Back to top Generated by DocFX