Complete Physics Platformer Kit 学习
摘要:
1 using UnityEngine; 2 3 /// <summary> 4 /// 摄像机跟随玩家 5 /// </summary> 6 public class CameraFollow : MonoBehaviour 7 { 8 /// <summary> 9 /// 目标 10 /// 阅读全文
posted @ 2017-03-20 23:39 void87 阅读(286) 评论(0) 推荐(0) 编辑