using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; using XLua; /// <summary> /// Lua管理器 /// 提供 lua解析器 //
using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; using XLua; public class Lesson2_Loader : MonoBehavio
using System.Collections; using System.Collections.Generic; using UnityEngine; //引用命名空间 using XLua; public class Lesson1_LuaEnv : MonoBehaviour {
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; //知识点 //字典 //协程 //AB包相关API //委托 //lambda表达式
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; public abstract class ObjBase { } publ
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MyPoolObjectPos { private GameObject objFather; pr
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; //该公共mono模块用来解决别的不继承mono类的对象使用
这个懒字体现在:这种单例模式只会在第一次使用时才创建事例,而不是应用程序启动时就创建。一种“敌不动我不动”,“催一下动一下”的感觉 它的好处也在于此,因为只有当我们代码中需要用到某个单例模式对象时才会去实例化分配内存。
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; [DisallowMultipleComponent] public class 挂载式的单例<T> : Mon
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Reflection; public abstract class NoMonoSin