计时器
void Update () {
Debug.Log(Time.time)
}
跟着鼠标移动
obj3.transform.Rotate(obj3.transform.right* -Input.GetAxis("Mouse Y") * 30 * Time.deltaTime);
Debug.Log(Input.GetAxis("Mouse Y"));
Horizontal 水平 Vertical 垂直
void OnGUI()
{
GUI.Label(newRect(65, 0, 100, 60), distanceStr);
GUIStyle style = new