Struct RendererListDesc | High Definition RP | 6.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Struct RendererListDesc

    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public struct RendererListDesc

    Constructors

    RendererListDesc(ShaderTagId, CullingResults, Camera)

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

    RendererListDesc(ShaderTagId[], CullingResults, Camera)

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

    Fields

    excludeObjectMotionVectors

    Declaration
    public bool excludeObjectMotionVectors
    Field Value
    Type Description
    Boolean

    overrideMaterial

    Declaration
    public Material overrideMaterial
    Field Value
    Type Description
    Material

    rendererConfiguration

    Declaration
    public PerObjectData rendererConfiguration
    Field Value
    Type Description
    PerObjectData

    renderQueueRange

    Declaration
    public RenderQueueRange renderQueueRange
    Field Value
    Type Description
    RenderQueueRange

    sortingCriteria

    Declaration
    public SortingCriteria sortingCriteria
    Field Value
    Type Description
    SortingCriteria

    stateBlock

    Declaration
    public RenderStateBlock? stateBlock
    Field Value
    Type Description
    Nullable<RenderStateBlock>

    Properties

    camera

    Declaration
    public Camera camera { get; }
    Property Value
    Type Description
    Camera

    cullingResult

    Declaration
    public CullingResults cullingResult { get; }
    Property Value
    Type Description
    CullingResults

    passName

    Declaration
    public ShaderTagId passName { get; }
    Property Value
    Type Description
    ShaderTagId

    passNames

    Declaration
    public ShaderTagId[] passNames { get; }
    Property Value
    Type Description
    ShaderTagId[]
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023