A* Pathfinding Project  4.1.19
The A* Pathfinding Project for Unity 3D
DefaultITraversalProvider Class Reference

Convenience class to access the default implementation of the ITraversalProvider. More...

Detailed Description

Convenience class to access the default implementation of the ITraversalProvider.

Static Public Member Functions

static bool CanTraverse (Path path, GraphNode node)
 
static uint GetTraversalCost (Path path, GraphNode node)
 

Member Function Documentation

◆ CanTraverse()

static bool CanTraverse ( Path  path,
GraphNode  node 
)
static

◆ GetTraversalCost()

static uint GetTraversalCost ( Path  path,
GraphNode  node 
)
static

The documentation for this class was generated from the following file: