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