Version: 2021.2
LanguageEnglish
  • C#

RendererListDesc

struct in UnityEngine.Rendering.RendererUtils

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents the set of GameObjects that a RendererList contains.

Properties

excludeObjectMotionVectorsIndicates whether to exclude dynamic GameObjects from the RendererList.
layerMaskThe rendering layer mask to use for filtering this RendererList.
overrideMaterialThe material to render the RendererList's GameObjects with. This overrides the material for each GameObject.
overrideMaterialPassIndexPass index for the override material.
rendererConfigurationThe renderer configuration for the RendererList. For more information, see PerObjectData.
renderQueueRangeThe material render queue range to use for the RendererList. For more information, see RenderQueueRange.
sortingCriteriaThe method Unity uses to sort the GameObjects in the RendererList. For more information, see SortingCriteria.
stateBlockAn optional set of values to override the RendererLists render state. For more information, see RenderStateBlock.

Constructors

RendererListDescInitializes and returns an instance of RendererListDesc.

Public Methods

IsValidChecks whether the RendererListDesc is valid.