Exemplo n.º 1
0
 static mUI()
 {
     if (_instance == null)
     {
         _instance = new mUI();
     }
 }
Exemplo n.º 2
0
 private static void OnApplicationQuitEvent()
 {
     Font.textureRebuilt -= UILabel.FontOnTextureRebuilt;
     BaseView.DestroyImpl(false);
     _instance = null;
 }