Table of Contents

Class DirectionBranchEntry

Namespace
Hi.Mech.Topo
Assembly
HiMech.dll

A data pack contains Branch and a boolean isForward.

public class DirectionBranchEntry
Inheritance
DirectionBranchEntry
Inherited Members
Extension Methods

Constructors

DirectionBranchEntry(bool, Branch)

Ctor.

public DirectionBranchEntry(bool isForward, Branch brn)

Parameters

isForward bool

is forward

brn Branch

branch

Fields

brn

A branch.

public Branch brn

Field Value

Branch

isForward

Is forward.

public bool isForward

Field Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.