docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum XRCameraBackgroundRenderingMode

    Defines the rendering modes for the Camera Background.

    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    public enum XRCameraBackgroundRenderingMode : byte
    Remarks

    The platform provider is the source of truth for when the background should be rendered and can elect to only support certain render passes and not others.

    Fields

    Name Description
    AfterOpaques

    Render camera background after rendering opaques.

    BeforeOpaques

    Render camera background prior to rendering opaques.

    None

    Camera background rendering is disabled or unsupported.

    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)