Esempio n. 1
0
 public static void Init()
 {
     // initialize window, show it, set the properties
     testScriptableEditorWindow = GetWindow <TestScriptableEditorWindow>(false, "TestScriptableEditorWindow", true);
     testScriptableEditorWindow.Show();
     testScriptableEditorWindow.Populate();
 }
Esempio n. 2
0
 public static void Init()
 {
     testScriptableEditorWindow = GetWindow <TestScriptableEditorWindow>(false, "TestScriptableEditorWindow", true);
     testScriptableEditorWindow.Show();
     testScriptableEditorWindow.Populate();
 }