static public void Init()
 {
     window = (EditorPlusConfig)EditorWindow.GetWindow(typeof(EditorPlusConfig));
     window.title = "Config";
     window.minSize = new Vector2(200, 300);
 }
Exemplo n.º 2
0
 static public void Init()
 {
     window         = (EditorPlusConfig)EditorWindow.GetWindow(typeof(EditorPlusConfig));
     window.title   = "Config";
     window.minSize = new Vector2(200, 300);
 }