文章分类 -  Unity

摘要:创建脚本MyMovingCtrl.cs用来接收遥感事件控制角色的移动。 阅读全文
posted @ 2017-02-22 21:29 LetitiaChan 阅读(280) 评论(0) 推荐(0)
摘要:1 /*** 2 * 3 * 核心层: 相机跟随脚本(固定角度) 4 * 5 */ 6 using UnityEngine; 7 using System.Collections; 8 9 namespace kernal 10 { 11 public class CameraFollow : Mo 阅读全文
posted @ 2017-02-17 20:02 LetitiaChan 阅读(759) 评论(0) 推荐(0)
摘要:1 /*** 2 * 3 * 插件: 音频管理类 4 * 5 * 功能: 项目中音频剪辑统一管理。 6 * 7 * 作者: 刘国柱 8 * 9 * Version: 1.0 10 * 11 */ 12 using UnityEngine; 13 using System.Collections; 14 using S... 阅读全文
posted @ 2017-02-17 19:46 LetitiaChan 阅读(2441) 评论(0) 推荐(0)