A* Pathfinding Project  3.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
OptimizationHandler Class Reference

A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here
More...

Detailed Description

A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here

Static Public Member Functions

static void ApplyDefines (List< DefineObject > defines)
 
static void ApplyDefines (string directory, List< DefineObject > defines)
 
static void FindDefines (Dictionary< string, DefineObject > defines)
 
static void FindDefines (string directory, Dictionary< string, DefineObject > defines)
 

Static Private Member Functions

static string GetAstarPath ()
 

Static Private Attributes

static string[] folders = new string[1] {"AstarPathfindingProject"}
 

Member Function Documentation

static void ApplyDefines ( List< DefineObject defines)
static
static void ApplyDefines ( string  directory,
List< DefineObject defines 
)
static
static void FindDefines ( Dictionary< string, DefineObject defines)
static
static void FindDefines ( string  directory,
Dictionary< string, DefineObject defines 
)
static
static string GetAstarPath ( )
staticprivate

Member Data Documentation

string [] folders = new string[1] {"AstarPathfindingProject"}
staticprivate

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