예제 #1
0
        private Dictionary <string, MethodInfo> _commandInvokeMethodInfos = new Dictionary <string, MethodInfo>();//uFrame_kbe

        public void OnDestroy()
        {
            _container     = null;
            IsKernelLoaded = false;
            Services.Clear();
            SystemLoaders.Clear();
            EventAggregator = null;
            Instance        = null;
        }
예제 #2
0
 public void ResetKernel()
 {
     DestroyImmediate(Instance.gameObject);
     _container     = null;
     IsKernelLoaded = false;
     Services.Clear();
     SystemLoaders.Clear();
     EventAggregator = null;
     Instance        = null;
 }