Beispiel #1
0
        private static void ExecuteAll()
        {
            if (!m_editorDialog.OpenYesNo("すべてのシーンの Skybox Material を null にしますか?"))
            {
                return;
            }

            SceneProcessor.ProcessAllScenes(OnProcess);

            m_editorDialog.OpenOk("すべてのシーンの Skybox Material を null にしました");
        }
Beispiel #2
0
        private static void ExecuteAll()
        {
            if (!m_editorDialog.OpenYesNo("すべてのシーンの Global Illumination を無効化しますか?"))
            {
                return;
            }

            SceneProcessor.ProcessAllScenes(OnProcess);

            m_editorDialog.OpenOk("すべてのシーンの Global Illumination を無効化しました");
        }