IsGrounded() public method

public IsGrounded ( float distance ) : bool
distance float
return bool
Ejemplo n.º 1
0
 private bool AcquiringGround()
 {
     return(controller.IsGrounded(0.01f));
 }