Struct CompactVoxelField Extends IArenaDisposable
    Public
    
    Stores a compact voxel field.
A* Pro Feature
 
    This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Public Methods
        
                BuildFromLinkedField
        
                (field)
    
                    
                    
                        Public
                    
                
        
                CompactVoxelField
        
                (width, depth, voxelWalkableHeight, allocator)
    
                    
                    
                        Public
                    
                
        
                DisposeWith
        
                (arena)
    
                    
                    
                        Public
                    
                
        
                GetNeighbourIndex
        
                (index, direction)
    
                    
                    
                        Public
                    
                Public Variables
        
                areaTypes
        
    
                    
                    
                        Public
                    
                
        
                cells
        
    
                    
                    
                        Public
                    
                
        
                depth
        
    
                    
                    
                        Public
                            Readonly
                    
                
        
                spans
        
    
                    
                    
                        Public
                    
                
        
                voxelWalkableHeight
        
    
                    
                    
                        Public
                            Readonly
                    
                
        
                width
        
    
                    
                    
                        Public
                            Readonly
                    
                Public Static Variables
        
                MaxLayers
        
    
                    
                    Unmotivated variable, but let's clamp the layers at 65535.
                        Public
                            Static
                    
                
        
                NotConnected
        
    
                    
                    
                        Public
                            Static
                    
                
        
                UnwalkableArea
        
    
                    
                    
                        Public
                            Static