static void Init()
 {
     window = (PoolEnvironmentEditor)EditorWindow.GetWindow(typeof(PoolEnvironmentEditor), false, "Pool Editor");
     window.Show();
 }
Esempio n. 2
0
 static void Init()
 {
     window = (PoolEnvironmentEditor)EditorWindow.GetWindow(typeof(PoolEnvironmentEditor), false, "Pool Editor");
     window.Show();
 }