unity3d:模型跟随鼠标运动,旋转
摘要:
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ModelMouseCtrl : MonoBehaviour { public Transform m_curSho 阅读全文
posted @ 2018-05-07 14:10 luoyikun 阅读(18) 评论(0) 推荐(0)