Version: 2022.1
언어: 한국어

RendererListDesc

struct in UnityEngine.Rendering.RendererUtils

매뉴얼로 전환

설명

Represents the set of GameObjects that a RendererList contains.

변수

excludeObjectMotionVectorsIndicates whether to exclude dynamic GameObjects from the RendererList.
layerMaskThe 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.
renderingLayerMaskThe rendering layer mask to use for filtering this RendererList.
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.

생성자

RendererListDescInitializes and returns an instance of RendererListDesc.

Public 함수

IsValidChecks whether the RendererListDesc is valid.