Class ManagedAgentOffMeshLinkTraversal Extends IComponentData, ICloneable
    Public
    
    Holds managed information about an off-mesh link that the agent is currently traversing.
This component is added to the agent when it starts traversing an off-mesh link. It is removed when the agent has finished traversing the link.
Public Methods
        
                Clone
        
                ()
    
                    
                    
                        Public
                    
                Public Variables
        
                coroutine
        
    
                    
                    Coroutine which is used to traverse the link.
                        Public
                    
                Private/Protected Members
        
                context
        
    
                    
                    Internal context used to pass component data to the coroutine.
                        Internal