public static void CreateWindow()
        {
            LightingSystemCreationWindow window =
                GetWindow <LightingSystemCreationWindow>("Lighting system creation window");

            window.position = new Rect(200, 200, 500, 140);
        }
Esempio n. 2
0
 public static void CreateLightingSystem()
 {
     LightingSystemCreationWindow.CreateWindow();
 }