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