Enum ProbeSettings.RealtimeMode
Realtime mode of the probe.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum ProbeSettings.RealtimeMode
필드
이름 | 설명 |
---|---|
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. |