Struct JobVoxelize Extends IJob
    Public
    
    
    
    Public Methods
        
                Execute
        
                ()
    
                
                
                    Public
                
            Public Variables
        
                bucket
        
    
                
                
                    Public
                
            
        
                cellHeight
        
    
                
                The y-axis cell size to use for fields.
                    Public
                
            
        
                cellSize
        
    
                
                The xz-plane cell size to use for fields.
                    Public
                
            
        
                graphSpaceBounds
        
    
                
                
                    Public
                
            
        
                graphTransform
        
    
                
                
                    Public
                
            
        
                inputMeshes
        
    
                
                
                    Public
                
            
        
                maxSlope
        
    
                
                The maximum slope that is considered walkable.
                    Public
                
            
        
                voxelArea
        
    
                
                
                    Public
                
            
        
                voxelWalkableClimb
        
    
                
                Maximum ledge height that is considered to still be traversable.
                    Public
                
            
        
                voxelWalkableHeight
        
    
                
                Minimum floor to 'ceiling' height that will still allow the floor area to be considered walkable.
                    Public