Пример #1
0
 public bool IsGrounded()
 {
     return(_characterController2D.CollisionState().Below);
 }