IsGrounded() public method

public IsGrounded ( float distance ) : bool
distance float
return bool
 private bool AcquiringGround()
 {
     return(controller.IsGrounded(0.01f));
 }