docs.unity.cn
    Show / Hide Table of Contents

    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.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum CameraOverrideOption

    Fields

    Name Description Value
    Off 0
    On 1
    UsePipelineSettings 2
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 September 2021