Interface INavmeshHolder Extends ITransformedGraph, INavmesh
    Public
    
    Interface for something that holds a triangle based navmesh.
Public Methods
        
                GetTileCoordinates
        
                (tileIndex, x, z)
    
                
                Transforms coordinates from graph space to world space.
                    Public
                
            
        
                GetVertex
        
                (i)
    
                
                Position of vertex number i in the world.
                    Public
                
            
        
                GetVertexArrayIndex
        
                (index)
    
                
                
                    Public
                
            
        
                GetVertexInGraphSpace
        
                (i)
    
                
                Position of vertex number i in coordinates local to the graph.
                    Public
                
            Inherited Public Members
        
                GetNodes
        
                (del)
    
                
                
                    Public
                
            
        
                transform
        
    
                
                
                    Public