📜  unity如何找到2个数字中的最小值 - C#代码示例

📅  最后修改于: 2022-03-11 14:49:03.430000             🧑  作者: Mango

代码示例1
// Prints 1
print(Mathf.Min(1f, 2f));