Enum EnvironmentUpdateMode
Environment lighting update mode.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum EnvironmentUpdateMode
Fields
Name | Description |
---|---|
OnChanged | Environment lighting is updated when the sky has changed. |
OnDemand | Environment lighting is updated on demand. |
Realtime | Environment lighting is updated in real time. |