Struct GatheredMesh
    Public
    
    Holds info about a mesh to be rasterized.
Public Methods
        
                ApplyLayerModification
        
                (modification)
    
                    
                    
                        Public
                    
                
        
                ApplyRecastMeshObj
        
                (recastMeshObj)
    
                    
                    
                        Public
                    
                Public Variables
        
                area
        
    
                    
                    Area ID of the mesh.
                        Public
                    
                
        
                bounds
        
    
                    
                    World bounds of the mesh.
                        Public
                    
                
        
                indexEnd
        
    
                    
                    End index in the triangle array.
                        Public
                    
                
        
                indexStart
        
    
                    
                    Start index in the triangle array.
                        Public
                    
                
        
                matrix
        
    
                    
                    Matrix to transform the vertices by.
                        Public
                    
                
        
                meshDataIndex
        
    
                    
                    Index in the meshData array.
                        Public
                    
                
        
                solid
        
    
                    
                    If true then the mesh will be treated as solid and its interior will be unwalkable.
                        Public