Enum CameraOverrideOption
Holds information about whether to override certain camera rendering options from the render pipeline asset.
When set to Off option will be disabled regardless of what is set on the pipeline asset.
When set to On option will be enabled regardless of what is set on the pipeline asset.
When set to UsePipelineSetting value set in the UniversalRenderPipelineAsset.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
[MovedFrom("UnityEngine.Rendering.LWRP")]
public enum CameraOverrideOption
필드
| 이름 | 설명 |
|---|---|
| Off | |
| On | |
| UsePipelineSettings |