public float endtime=10;endtime = Mathf.MoveTowards(endtime, 0, Time.deltaTime * 1f);print(Mathf.RoundToInt(endtime))
Mathf.RoundToInt 四舍五入Mathf.MoveTowards 返回一个浮点数,参1向参2的值靠近,由参3决定
一棵小松林
Gamer游戏开发者