A* Pathfinding Project  4.1.26
The A* Pathfinding Project for Unity 3D
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()

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

Member Function Documentation

◆ Print()

void Print ( StringBuilder  text)

Member Data Documentation

◆ getSize

System.Func<int> getSize

◆ getTotalCreated

System.Func<int> getTotalCreated

◆ name

string name

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