Class AnimationLinkTraverser Extends VersionedMonoBehaviour
    Public
    
    Example of how to handle off-mesh link traversal.
This is used in the "Example4_Recast_Navmesh2" example scene.
Public Variables
        
                anim
        
    
                
                
                    Public
                
            Private/Protected Members
        
                ai
        
    
                
                
                    Private
                
            
        
                Awake
        
                ()
    
                
                
                    Protected
                
            
        
                OnDisable
        
                ()
    
                
                
                    Private
                
            
        
                OnEnable
        
                ()
    
                
                
                    Private
                
            
        
                OnUpgradeSerializedData
        
                (version, unityThread)
    
                
                Handle serialization backwards compatibility.
                    Protected
                
            
        
                TraverseOffMeshLink
        
                (rs)
    
                
                
                    Protected