docs.unity3d.com
Search Results for

    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
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    public enum CameraOverrideOption

    Fields

    Name Description
    Off

    Use this to disable regardless of what is set on the pipeline asset.

    On

    Use this to enable regardless of what is set on the pipeline asset.

    UsePipelineSettings

    Use this to choose the setting set on the pipeline asset.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)