Exemplo n.º 1
0
 void OnDestroy()
 {
     if (uniWinCore != null)
     {
         uniWinCore.Dispose();
     }
 }
Exemplo n.º 2
0
        void OnDestroy()
        {
            if (_uniWinCore != null)
            {
                _uniWinCore.Dispose();
            }

            // Instance も破棄
            if (this == current)
            {
                _current = null;
            }
        }