2017年3月13日

猫跳窗户 学习

摘要: 1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// 镜头控制 6 /// </summary> 7 public class CameraControl : MonoBehaviour { 8 9 /// 阅读全文

posted @ 2017-03-13 22:58 void87 阅读(263) 评论(0) 推荐(0) 编辑

俄罗斯方块 学习

摘要: 1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// 网格 6 /// </summary> 7 public class Grid : MonoBehaviour { 8 9 /// <summary> 1 阅读全文

posted @ 2017-03-13 17:44 void87 阅读(221) 评论(0) 推荐(0) 编辑

导航