Interface IConnection
- Namespace
- LibGameAI.PathFinding
- Assembly
- PathFinding.dll
public interface IConnection
Properties
Cost
float Cost { get; }
Property Value
FromNode
int FromNode { get; }
Property Value
ToNode
int ToNode { get; }