SetLightingDataAssetForScene(Scene, LightingDataAsset)
Sets the LightingDataAsset associated with a specific scene.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static void SetLightingDataAssetForScene(Scene scene, LightingDataAsset lda)
Parameters
The scene to set the LightingDataAsset for.
The LightingDataAsset to associate with the scene.
Remarks
Additional Resources: Lightmapping.GetLightingDataAssetForScene.