A* Pathfinding Project
4.1.0
The A* Pathfinding Project for Unity 3D
|
Helper for enabling or disabling compiler directives. More...
Helper for enabling or disabling compiler directives.
Used only in the editor.
Classes | |
class | DefineDefinition |
Static Public Member Functions | |
static void | ApplyDefines (List< DefineDefinition > defines) |
static void | DisableDefine (string name) |
static void | EnableDefine (string name) |
static List< DefineDefinition > | FindDefines () |
static void | IsDefineEnabled (string name, out bool enabled, out bool consistent) |
Static Private Member Functions | |
static string | GetAstarPath () |
static Dictionary < BuildTargetGroup, List < string > > | GetDefineSymbols () |
static void | SetDefineSymbols (Dictionary< BuildTargetGroup, List< string > > symbols) |
Static Private Attributes | |
static readonly BuildTargetGroup[] | deprecatedBuildTargets |
Various build targets that Unity have deprecated. | |
|
static |
|
static |
|
static |
|
static |
|
staticprivate |
|
staticprivate |
|
static |
|
staticprivate |
|
staticprivate |
Various build targets that Unity have deprecated.
There is apparently no way to figute out which these are without hard coding them.