Exemplo n.º 1
0
 void OnEnable()
 {
     SelfWindow = this;
     InitLiseWindow();
     InitInfoWindow();
 }
Exemplo n.º 2
0
 void OnEnable()
 {
     SelfWindow = this;
     InitLiseWindow();
     InitInfoWindow();
 }
Exemplo n.º 3
0
 static void OpenWindow()
 {
     SelfWindow = GetWindow <BundleListWindow>();
 }
Exemplo n.º 4
0
 static void OpenWindow()
 {
     SelfWindow = GetWindow<BundleListWindow>();
 }