CharacterMovement.MaintainingGround C# (CSharp) Метод

MaintainingGround() приватный Метод

private MaintainingGround ( ) : bool
Результат bool
    private bool MaintainingGround()
    {
        return controller.currentGround.IsGrounded(true, 0.5f);
    }