Struct GatheredMesh
    Public
    
    
    
    Public Methods
        
                RecalculateBounds
        
                ()
    
                    
                    
                        Public
                    
                Public Variables
        
                area
        
    
                    
                    
                        Public
                    
                
        
                areaIsTag
        
    
                    
                    
                        Public
                    
                
        
                bounds
        
    
                    
                    World bounds of the mesh.
                        Public
                    
                
        
                indicesCount
        
    
                    
                    Number of triangle indices.
                        Public
                    
                
        
                matrix
        
    
                    
                    
                        Public
                    
                
        
                meshDataIndex
        
    
                    
                    
                        Public
                    
                
        
                solid
        
    
                    
                    If true then the mesh will be treated as solid and its interior will be unwalkable.
                        Public