Unity Comment trouver la plus petite valeur sur 2 nombres
// Prints 1
print(Mathf.Min(1f, 2f));
RyanGar46
// Prints 1
print(Mathf.Min(1f, 2f));