docs.unity.cn
    Show / Hide Table of Contents

    Class UniversalRenderPipeline.SingleCameraRequest

    Data structure describing the data for a specific render request

    Inheritance
    Object
    UniversalRenderPipeline.SingleCameraRequest
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public class SingleCameraRequest

    Fields

    destination

    Target texture

    Declaration
    public RenderTexture destination
    Field Value
    Type Description
    UnityEngine.RenderTexture

    face

    Target texture cubemap face

    Declaration
    public CubemapFace face
    Field Value
    Type Description
    UnityEngine.CubemapFace

    mipLevel

    Target texture mip level

    Declaration
    public int mipLevel
    Field Value
    Type Description
    Int32

    slice

    Target texture slice

    Declaration
    public int slice
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023