Question by 
               DarkKnight6452 · Jul 15, 2018 at 01:27 PM · 
                raycastgameplay  
              
 
              How to boxcast?
I just need to know the parameters in order. I cant find them anywhere and its annoying...
 if (Physics.BoxCast(transform.position, (Down), out hit))
 
               And then there is some more stuff inside the second bracket but what in what order?
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Physics.Raycast Hit Distance 0 Answers
A canvas to let through a given layer 0 Answers
Raycast to play animation 1 Answer
Create a custom polygon collider based on overlapping ogjects 0 Answers
Why isn't my ray working? 1 Answer