Struct JobColliderHitsToBooleans Extends IJob
    Public
    
    Fills the output with true or false depending on if the collider hit was a hit.
result[i] = false if hits[i] is a valid hit, otherwise true.
Public Methods
        
                Execute
        
                ()
    
                    
                    
                        Public
                    
                Public Variables
        
                hits
        
    
                    
                    
                        Public
                    
                
        
                result
        
    
                    
                    
                        Public