Struct JobCopyBuffers Extends IJob
    Public
    
    Copies 3D arrays with grid data from one shape to another.
Only the data for the nodes that exist in both buffers will be copied.
This essentially is several JobCopyRectangle jobs in one (to avoid scheduling overhead). See that job for more documentation.
Public Methods
Public Variables
        
                bounds
        
    
                    
                    
                        Public
                    
                
        
                copyPenaltyAndTags
        
    
                    
                    
                        Public
                    
                
        
                input
        
    
                    
                    
                        Public
                    
                
        
                output
        
    
                    
                    
                        Public