Lightmapping.SetLightingSettingsForScenes

Cambiar al Manual
public static void SetLightingSettingsForScenes (Scene[] scenes, LightingSettings lightingSettings);

Parámetros

scenesThe array of Scene objects. If the Scene.isLoaded property is false on a Scene object, the method does not apply the settings to that object.
lightingSettingsThe LightingSettings object.

Descripción

Applies the settings specified in the LightingSettings object to an array of Scene objects.