EditorSceneUtils.CopyLightingSettingsToActiveScene(Scene) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the lighting settings from the lighting scene to the active scene
public:
static void CopyLightingSettingsToActiveScene(UnityEngine::SceneManagement::Scene lightingScene);
public static void CopyLightingSettingsToActiveScene (UnityEngine.SceneManagement.Scene lightingScene);
static member CopyLightingSettingsToActiveScene : UnityEngine.SceneManagement.Scene -> unit
Public Shared Sub CopyLightingSettingsToActiveScene (lightingScene As Scene)
Parameters
- lightingScene
- UnityEngine.SceneManagement.Scene