2017年2月24日

2D Platformer 学习

摘要: using UnityEngine; using System.Collections; /// <summary> /// 玩家控制 /// </summary> public class PlayerControl : MonoBehaviour { /// <summary> /// 是否面向 阅读全文

posted @ 2017-02-24 19:30 void87 阅读(261) 评论(0) 推荐(0) 编辑

Roll a ball 学习

摘要: using UnityEngine; using System.Collections; /// <summary> /// 相机控制 /// </summary> public class CameraController : MonoBehaviour { /// <summary> /// 玩 阅读全文

posted @ 2017-02-24 13:36 void87 阅读(236) 评论(0) 推荐(0) 编辑

导航