示例#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();
 }