Enum DepthOfFieldMode
Focusing modes for the depth of field effect.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum DepthOfFieldMode
필드
이름 | 설명 |
---|---|
Bokeh | Use this for a more realistic but slower depth of field. |
Gaussian | Use this for faster but non physical depth of field. |
Off | Disables depth of field. |