| 
    A* Pathfinding Project
    4.1.7
    
   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 Dictionary< BuildTargetGroup, List< string > > | GetDefineSymbols () | 
| static string | GetPackageRootDirectory () | 
| static void | SetDefineSymbols (Dictionary< BuildTargetGroup, List< string > > symbols) | 
Static Private Attributes | |
| static readonly BuildTargetGroup [] | deprecatedBuildTargets | 
| Various build targets that Unity have deprecated.  More... | |
      
  | 
  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.