docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct RendererList

    Structure holding RendererList information used to draw renderers.

    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 RendererList

    Fields

    cullingResult

    CullingResults associated with the renderer list.

    Declaration
    public CullingResults cullingResult
    Field Value
    Type Description
    CullingResults

    drawSettings

    DrawingSettings associated with the renderer list.

    Declaration
    public DrawingSettings drawSettings
    Field Value
    Type Description
    DrawingSettings

    filteringSettings

    FilteringSettings associated with the renderer list.

    Declaration
    public FilteringSettings filteringSettings
    Field Value
    Type Description
    FilteringSettings

    nullRendererList

    Default null renderer list.

    Declaration
    public static readonly RendererList nullRendererList
    Field Value
    Type Description
    RendererList

    stateBlock

    Optional RenderStateBlock associated with the renderer list.

    Declaration
    public RenderStateBlock? stateBlock
    Field Value
    Type Description
    RenderStateBlock?

    Properties

    isValid

    True if the renderer list is valid.

    Declaration
    public readonly bool isValid { get; }
    Property Value
    Type Description
    bool

    Methods

    Create(in RendererListDesc)

    Creates a new renderer list.

    Declaration
    public static RendererList Create(in RendererListDesc desc)
    Parameters
    Type Name Description
    RendererListDesc desc

    Parameters for renderer list creation.

    Returns
    Type Description
    RendererList

    A new renderer list.

    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)