A* Pathfinding Project  4.1.2
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
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

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

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