Exemplo n.º 1
0
        public void Dispose()
        {
            TypeEventSystem.UnRegister <IEditorStrangeMVCCommand>(OnCommandExecute);

            Container.Clear();
            Container = null;
        }
Exemplo n.º 2
0
 public static void Clear()
 {
     mContainer.Clear();
     Game2UIEventSystem.Clear();
     GameEventSystem.Clear();
     mObjects.Clear();
 }
Exemplo n.º 3
0
 public void Dispose()
 {
     OnDispose();
     mTypeEventSystem.UnRegisterEvent <TCommand>(OnCommandExecute);
     mTypeEventSystem.Clear();
     Container.Clear();
     Container = null;
 }