Class OptimizationHandler
    Public
    
    Helper for enabling or disabling compiler directives.
Used only in the editor.
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
Inner Types
Public Static Methods
        
                ApplyDefines
        
                (defines)
    
                
                
                    Public
                        Static
                
            
        
                DisableDefine
        
                (name)
    
                
                
                    Public
                        Static
                
            
        
                EnableDefine
        
                (name)
    
                
                
                    Public
                        Static
                
            
        
                FindDefines
        
                ()
    
                
                
                    Public
                        Static
                
            
        
                IsDefineEnabled
        
                (name, enabled, consistent)
    
                
                
                    Public
                        Static
                
            Private/Protected Members
        
                GetDefineSymbols
        
                ()
    
                
                
                    Private
                        Static
                
            
        
                GetPackageRootDirectory
        
                ()
    
                
                
                    Private
                        Static
                
            
        
                SetDefineSymbols
        
                (symbols)
    
                
                
                    Private
                        Static