CharacterMovement.MaintainingGround C# (CSharp) Method

MaintainingGround() private method

private MaintainingGround ( ) : bool
return bool
    private bool MaintainingGround()
    {
        return controller.currentGround.IsGrounded(true, 0.5f);
    }