示例#1
0
 public static void Init()
 {
     editorWindow = EditorWindow.GetWindow <MerchantObjectEditor>();
     editorWindow.Show();
 }
 public static void Init()
 {
     editorWindow = EditorWindow.GetWindow<MerchantObjectEditor>();
     editorWindow.Show();
 }