public static JSonIO Instance(JSonUtilType jSonUtilType = JSonUtilType.JsonUtility) { if (instance == null) { instance = SingletonProperty <JSonIO> .Instance(); instance.jSonUtilType = jSonUtilType; } return(instance); }
public static GMModule Instance() { if (instance == null) { instance = SingletonProperty <GMModule> .Instance(); instance.Init(); } return(instance); }
public virtual void Dispose() { SingletonProperty <T> .Dispose(); }
public void Dispose() { SingletonProperty <SafeObjectPool <T> > .Dispose(); }
protected override void OnDispose() { base.OnDispose(); SingletonProperty <Singleton> .Dispose(); }
public void Dispose() { SingletonProperty <ObjManager> .Dispose(); }
public static T Instance() { return(SingletonProperty <T> .Instance()); }