Table of Contents

Struct Connection

Namespace
LibGameAI.PathFinding
Assembly
PathFinding.dll
public struct Connection : IConnection
Implements
Inherited Members

Constructors

Connection(float, int, int)

public Connection(float cost, int fromNode, int toNode)

Parameters

cost float
fromNode int
toNode int

Properties

Cost

public readonly float Cost { get; }

Property Value

float

FromNode

public readonly int FromNode { get; }

Property Value

int

ToNode

public readonly int ToNode { get; }

Property Value

int