CharacterMovement.MaintainingGround C# (CSharp) 메소드

MaintainingGround() 개인적인 메소드

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