CharacterMovement.MaintainingGround C# (CSharp) Méthode

MaintainingGround() private méthode

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