Struct Anchor
    Public
    
    The start or end point of an off-mesh link.
Public Methods
Public Static Methods
Public Variables
        
                center
        
    
                    
                    Where the link connects to the navmesh.
                        Public
                    
                
        
                point1
        
    
                    
                    First point on the segment that makes up this anchor.
                        Public
                            Readonly
                    
                
        
                point2
        
    
                    
                    Second point on the segment that makes up this anchor.
                        Public
                            Readonly
                    
                
        
                rotation
        
    
                    
                    Rotation that the character should align itself with when traversing the link.
                        Public
                    
                
        
                width
        
    
                    
                    Width of the link.
                        Public