Struct JobPrepareGridRaycastThick Extends IJob
    Public
    
    Prepares a set of thick raycast commands for a grid graph.
Each ray will start at raycastOffset from the node's position. The end point of the raycast will be the start point + raycastDirection.
See
Public Methods
Public Variables
        
                bounds
        
    
                    
                    
                        Public
                    
                
        
                graphToWorld
        
    
                    
                    
                        Public
                    
                
        
                physicsScene
        
    
                    
                    
                        Public
                    
                
        
                radius
        
    
                    
                    
                        Public
                    
                
        
                raycastCommands
        
    
                    
                    
                        Public
                    
                
        
                raycastDirection
        
    
                    
                    
                        Public
                    
                
        
                raycastMask
        
    
                    
                    
                        Public
                    
                
        
                raycastOffset
        
    
                    
                    
                        Public