Class EndingCondition Extends MonoBehaviour
    Public
    
    Example class showing how custom ending conditions can be written.
Inner Types
Public Methods
        
                OnPathComplete
        
                (p)
    
                    
                    
                        Public
                    
                Public Variables
        
                hLimit
        
    
                    
                    The H score a close node should have an H score less than.
                        Public
                    
                
        
                targetPoint
        
    
                    
                    The target to find a path to (or close to)
                        Public
                    
                Private/Protected Members
        
                Start
        
                ()
    
                    
                    
                        Private