예제 #1
0
 private void IsGround() // 지면 체크
 {
     isGround = Physics.Raycast(transform.position, Vector3.down, capsuleCollider.bounds.extents.y + 0.1f);
     theCrosshair.JumpAnimation(!isGround);
 }