Enum ProbeSettings.RealtimeMode
Namespace: UnityEngine.Experimental.Rendering.HDPipeline
Syntax
public enum RealtimeMode
Fields
| Name | Description |
|---|---|
| EveryFrame | The real time probe will be rendered when a camera see its influence, once per frame. |
| OnDemand | The real time probe will be rendered when a camera see its influence and the udpate was requested by a script. RequestRenderNextUpdate(). |
| OnEnable | The real time probe will be rendered when a camera see its influence, once after OnEnable. |