docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RendererListDesc

    Renderer list creation descriptor.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Experimental.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Obsolete("Use the updated RendererList API which is defined in the UnityEngine.Rendering.RendererUtils namespace.")]
    public struct RendererListDesc

    Constructors

    RendererListDesc(ShaderTagId, CullingResults, Camera)

    RendererListDesc constructor

    Declaration
    public RendererListDesc(ShaderTagId passName, CullingResults cullingResult, Camera camera)
    Parameters
    Type Name Description
    ShaderTagId passName

    Pass name used for this renderer list.

    CullingResults cullingResult

    Culling result used to create the renderer list.

    Camera camera

    Camera used to determine sorting parameters.

    RendererListDesc(ShaderTagId[], CullingResults, Camera)

    RendererListDesc constructor

    Declaration
    public RendererListDesc(ShaderTagId[] passNames, CullingResults cullingResult, Camera camera)
    Parameters
    Type Name Description
    ShaderTagId[] passNames

    List of pass names used for this renderer list.

    CullingResults cullingResult

    Culling result used to create the renderer list.

    Camera camera

    Camera used to determine sorting parameters.

    Fields

    excludeObjectMotionVectors

    Exclude object with motion from this renderer list.

    Declaration
    public bool excludeObjectMotionVectors
    Field Value
    Type Description
    bool

    layerMask

    Rendering layer mask used for filtering this renderer list.

    Declaration
    public int layerMask
    Field Value
    Type Description
    int

    overrideMaterial

    Override material for this renderer list.

    Declaration
    public Material overrideMaterial
    Field Value
    Type Description
    Material

    overrideMaterialPassIndex

    Pass index for the override material.

    Declaration
    public int overrideMaterialPassIndex
    Field Value
    Type Description
    int

    renderQueueRange

    RenderQueueRange of this renderer list.

    Declaration
    public RenderQueueRange renderQueueRange
    Field Value
    Type Description
    RenderQueueRange

    rendererConfiguration

    PerObjectData configuration for this renderer list.

    Declaration
    public PerObjectData rendererConfiguration
    Field Value
    Type Description
    PerObjectData

    sortingCriteria

    SortingCriteria for this renderer list.

    Declaration
    public SortingCriteria sortingCriteria
    Field Value
    Type Description
    SortingCriteria

    stateBlock

    Optional RenderStateBlock for this renderer list.

    Declaration
    public RenderStateBlock? stateBlock
    Field Value
    Type Description
    RenderStateBlock?

    Methods

    IsValid()

    Returns true if the descriptor is valid.

    Declaration
    public bool IsValid()
    Returns
    Type Description
    bool

    True if the descriptor is valid.

    In This Article
    Back to top
    Copyright © 2025 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)