Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

scene

The scene to set the LightingDataAsset for.

The LightingDataAsset to associate with the scene.

Remarks