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
Properties
Cost
public readonly float Cost { get; }
Property Value
FromNode
public readonly int FromNode { get; }
Property Value
ToNode
public readonly int ToNode { get; }