A* Pathfinding Project  4.3.2
The A* Pathfinding Project for Unity 3D
ITraversalProvider Interface Reference

Provides additional traversal information to a path request. More...

Detailed Description

Provides additional traversal information to a path request.

See also
Utilities for turn-based games

Public Member Functions

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

Member Function Documentation

◆ CanTraverse()

bool CanTraverse ( Path  path,
GraphNode  node 
)

◆ GetTraversalCost()

uint GetTraversalCost ( Path  path,
GraphNode  node 
)

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