Table of Contents

Interface IGraph

Namespace
LibGameAI.PathFinding
Assembly
PathFinding.dll
public interface IGraph

Methods

GetConnections(int)

IEnumerable<IConnection> GetConnections(int fromNode)

Parameters

fromNode int

Returns

IEnumerable<IConnection>