📅  最后修改于: 2022-03-11 14:44:58.178000             🧑  作者: Mango
代码示例1
// Prints 10
Debug.Log(Mathf.Round(10.0f));
// Prints 10
Debug.Log(Mathf.Round(10.2f));
// Prints 11
Debug.Log(Mathf.Round(10.7f));