摘要:
Puremvc框架unitypuremvcPureMVC健壮、易扩展、易维护Many so-called Model-View-Controller frameworks today seem to include everything but the kitchen sink. We decided that basic separation of responsibilities accor... 阅读全文
摘要:
【UnityTips】如何自定义脚本模版😎 通常我们创建新脚本时大家看到的是这个样子: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ClassName : M 阅读全文
摘要:
EventManager using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.SceneManagement; /// <summary> /// 事件类型枚 阅读全文