Enum CameraRenderType | Universal RP | 7.2.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum CameraRenderType

    Holds information about the render type of a camera. Options are Base or Overlay. Base rendering type allows the camera to render to either the screen or to a texture. Overlay rendering type allows the camera to render on top of a previous camera output, thus compositing camera results.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum CameraRenderType

    Fields

    Name Description
    Base
    Overlay
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX