Exemplo n.º 1
0
 private bool IsGliding()
 {
     return(MovementInput.IsGliding() && Vector3.Dot(Velocity, Vector3.UnitY) < 0);
 }