A* Pathfinding Project  3.8
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
AstarDebugger.PathTypeDebug Struct Reference

Public Member Functions

 PathTypeDebug (string name, System.Func< int > getSize, System.Func< int > getTotalCreated)
 
void Print (StringBuilder text)
 

Public Attributes

System.Func< int > getSize
 
System.Func< int > getTotalCreated
 
string name
 

Constructor & Destructor Documentation

PathTypeDebug ( string  name,
System.Func< int >  getSize,
System.Func< int >  getTotalCreated 
)

Member Function Documentation

void Print ( StringBuilder  text)

Member Data Documentation

System.Func<int> getSize
System.Func<int> getTotalCreated
string name

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