2017年3月6日

切水果 学习

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

posted @ 2017-03-06 17:11 void87 阅读(562) 评论(0) 推荐(0) 编辑

贪吃蛇 学习

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

posted @ 2017-03-06 16:50 void87 阅读(269) 评论(0) 推荐(0) 编辑

S老师 打飞机 学习

摘要: 1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// 奖励 6 /// </summary> 7 public class Award : MonoBehaviour { 8 9 public int typ 阅读全文

posted @ 2017-03-06 16:40 void87 阅读(536) 评论(0) 推荐(0) 编辑

S老师 Top-Down RPG Starter Kit 学习

摘要: character creation 1 using UnityEngine; 2 using System.Collections; 3 4 public class CharacterCreation : MonoBehaviour { 5 6 public GameObject[] chara 阅读全文

posted @ 2017-03-06 15:45 void87 阅读(368) 评论(0) 推荐(0) 编辑

Unity API 解析 (陈泉宏著)

该文被密码保护。 阅读全文

posted @ 2017-03-06 09:51 void87 阅读(2754) 评论(0) 推荐(0) 编辑

导航