A* Pathfinding Project  3.6.1
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
AstarPath.cs File Reference

Classes

class  AstarPath
 Core Component for the A* Pathfinding System. More...
 
struct  AstarPath.AstarWorkItem
 
struct  AstarPath.GUOSingle
 Holds a single update that needs to be performed on a graph. More...
 

Typedefs

using ParameterizedThreadStart = System.Threading.ParameterizedThreadStart
 
using Thread = System.Threading.Thread
 

Typedef Documentation

using ParameterizedThreadStart = System.Threading.ParameterizedThreadStart
using Thread = System.Threading.Thread