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