Enum DepthOfFieldMode
Focusing modes for the depth of field effect.
네임스페이스: UnityEngine.Rendering.HighDefinition
어셈블리: solution.dll
구문
public enum DepthOfFieldMode
필드
| 이름 | 설명 |
|---|---|
| Manual | Uses custom distance values to set the focus. |
| Off | Disables depth of field. |
| UsePhysicalCamera | Uses the physical Camera to set focusing properties. |