介绍 脚本获取鼠标移动信息的方法 方法 void Update() {float mouseX = Input.GetAxis("Mouse X");float mouseY = Input.GetAxis(...