GetLightingSettingsForScene(Scene)
Gets the LightingSettings object of a Scene object.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static LightingSettings GetLightingSettingsForScene(Scene scene)
Parameters
Returns
Type | Description |
|---|---|
| LightingSettings | The LightingSettings object if isLoaded is |
Remarks
Additional Resources: Lightmapping.SetLightingSettingsForScene.