Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

Lightmapping.SetLightingDataAssetForScene

Declaration

public static void SetLightingDataAssetForScene(SceneManagement.Scene scene, LightingDataAsset lda);

Parameters

Description
scene The scene to set the LightingDataAsset for.
lda The LightingDataAsset to associate with the scene.

Description

Sets the LightingDataAsset associated with a specific scene.