Table of Contents

Interface IConnection

Namespace
LibGameAI.PathFinding
Assembly
PathFinding.dll
public interface IConnection

Properties

Cost

float Cost { get; }

Property Value

float

FromNode

int FromNode { get; }

Property Value

int

ToNode

int ToNode { get; }

Property Value

int