예제 #1
0
 void FixedUpdate()
 {
     grouned = Physics2D.OverLapCircle(groundCheck.position, groundCheckRadius, WhatIsGround);
 }