Struct VoxelMesh Extends IArenaDisposable
    Public
    
    VoxelMesh used for recast graphs.
A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Public Methods
        
                DisposeWith
        
                (arena)
    
                    
                    
                        Public
                    
                Public Variables
        
                areas
        
    
                    
                    Area index for each triangle.
                        Public
                    
                
        
                tris
        
    
                    
                    Triangles of the mesh.
                        Public
                    
                
        
                verts
        
    
                    
                    Vertices of the mesh.
                        Public