コード例 #1
0
 public static void CreateLightingSystem()
 {
     LightingSystemCreationWindow.CreateWindow();
 }
コード例 #2
0
    public static void CreateWindow()
    {
        LightingSystemCreationWindow window = GetWindow <LightingSystemCreationWindow>("Lighting system creation window");

        window.position = new Rect(200, 200, 500, 140);
    }