Enum ProbeSettings.Mode
The rendering mode of the probe.
네임스페이스: UnityEngine.Experimental.Rendering.HDPipeline
어셈블리: solution.dll
구문
public enum ProbeSettings.Mode
필드
| 이름 | 설명 |
|---|---|
| Baked | Capture data is baked in editor and loaded as assets. |
| Custom | Capture data provided as an assets. |
| Realtime | Capture data is computed during runtime. |