Struct TileMesh
    Public
    
    A tile in a navmesh graph.
This is an intermediate representation used when building the navmesh, and also in some cases for serializing the navmesh to a portable format.
See
NavmeshTile for the representation used for pathfinding.
Inner Types
Public Variables
        
                tags
        
    
                    
                    One tag per triangle.
        
                triangles
        
    
                    
                    
                        Public
                    
                
        
                verticesInTileSpace
        
    
                    
                    
                        Public