Struct LinkedVoxelField Extends IArenaDisposable
    Public
    
    
    
    Public Methods
Public Variables
        
                depth
        
    
                    
                    The depth of the field along the z-axis.
                        Public
                    
                
        
                flatten
        
    
                    
                    
                        Public
                    
                
        
                height
        
    
                    
                    The maximum height coordinate.
                        Public
                    
                
        
                linkedSpans
        
    
                    
                    
                        Public
                    
                
        
                width
        
    
                    
                    The width of the field along the x-axis.
                        Public
                    
                Public Static Variables
        
                AvgSpanLayerCountEstimate
        
    
                    
                    Initial estimate on the average number of spans (layers) in the voxel representation.
                        Public
                            Static
                    
                
        
                MaxHeight
        
    
                    
                    
                        Public
                            Static
                    
                
        
                MaxHeightInt
        
    
                    
                    
                        Public
                            Static
                    
                Private/Protected Members
        
                linkedCellMinMax
        
    
                    
                    
                        Private
                    
                
        
                removedStack
        
    
                    
                    
                        Private