随笔分类 -  Unity.UI

摘要:原文:http://engineering.socialpoint.es/MVC-pattern-unity3d-ui.html动机 和游戏开发的其他模块类似,UI一般需要通过多次迭代开发,直到用户体验近似OK。另外至关重要的是, 我们想尽快加速迭代的过程。使用MVC模式来进行设计,已经被业界证明... 阅读全文
posted @ 2015-04-24 10:39 allen、 阅读(589) 评论(0) 推荐(0)
摘要:1 using UnityEngine; 2 3 namespace UI 4 { 5 public class UIEventListener : MonoBehaviour 6 { 7 public int id; 8 9 ... 阅读全文
posted @ 2015-04-20 13:28 allen、 阅读(449) 评论(0) 推荐(0)