2017年3月17日

Unity 摄像机旋转跟随缩放控制

摘要: 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class CameraController : MonoBehaviour 6 { 7 8 [SerializeField] 9 private float dis... 阅读全文

posted @ 2017-03-17 21:40 爱裸奔的小亮亮 阅读(597) 评论(0) 推荐(1) 编辑

导航