Struct RasterizationMesh
    Public
    
    
    
    Public Variables
        
                area
        
    
                    
                    
                        Public
                    
                
        
                areaIsTag
        
    
                    
                    If true, the area will be interpreted as a node tag and applied to the final nodes.
                        Public
                    
                
        
                bounds
        
    
                    
                    World bounds of the mesh.
                        Public
                    
                
        
                matrix
        
    
                    
                    
                        Public
                    
                
        
                solid
        
    
                    
                    If true then the mesh will be treated as solid and its interior will be unwalkable.
                        Public
                    
                
        
                triangles
        
    
                    
                    
                        Public
                    
                
        
                vertices
        
    
                    
                    
                        Public