Animation.CrossFade 是什么?
動畫淡入淡出
Application.LoadLevel 命令作用是什么?
加載關(guān)卡,已棄用
現(xiàn)在使用SceneManager.LoadScene
調(diào)式記錄到控制臺的命令是什么?
Debug.Log();
編輯器類存放路徑是什么?
Asset/Editor
使用原生 GUI 創(chuàng)建一個可以拖動的窗口命令是什么?
GUI.DragWindow
localPosition 與 Position 的使用區(qū)別?
localPosition :自身坐標系,相對于父級的位置
Position :世界坐標系中的位置
Mathf.Round和Mathf.Clamp和Mathf.Lerp含義?
Mathf.Round:四舍五入
Mathf.Clamp:左右限值
Mathf.Lerp:插值
【重點面試題】寫一個計時器工具,從整點開始,格式為00:00:00
分小時、分、秒