unity 鼠标控制object 旋转 放大缩小 移动
摘要:
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MouseMoveandScaleRotation : MonoBehaviour { ///旋转速度,需要调试 p 阅读全文
posted @ 2020-05-27 12:00 zqiang0803 阅读(802) 评论(0) 推荐(0) 编辑