
Unity3D
柳学家
吐槽名字你就输了(▰˘◡˘▰)
展开
-
2022/2/22日志—单例模式基类模块
2022/2/22 单例模式基类模块 没有继承MonoBehaviour的单例模式 继承MonoBehaviour的单例模式 2022/2/22 单例模式基类模块 没有继承MonoBehaviour的单例模式 //1.C#中泛型的知识 //2.设计模式中 单例模式的知识 public class BaseManager<T> where T : new() { private static T instanace; public static GetInstana.原创 2022-02-22 09:59:40 · 239 阅读 · 0 评论 -
2022/2/21日志—UI框架整理
Monday, February 21 2022 Tasks Notes UI Framework Base BasePanel Concrete Manager PanelManager UIManager UITool UIType Scenes Base Concrete SceneSystem Monday, February 21 2022 Tasks 整理UI框架 每日一题 Notes 创建了UI框架和场景框架 UI Framework 其中包括Base.原创 2022-02-21 15:18:33 · 688 阅读 · 0 评论