Version: 2022.1
언어: 한국어

RendererList

struct in UnityEngine.Rendering.RendererUtils

매뉴얼로 전환

설명

Represents a subset of visible GameObjects.

To create a RendererList, use the ScriptableRenderContext.CreateRendererList method. To specify the set of GameObjects to include in the RendererList, you use the RendererListDesc desc parameteter.

정적 변수

nullRendererListReturns an empty RendererList.

변수

isValidIndicates whether the RendererList is valid or not. If the RendererList is valid, this returns true. Otherwise, this returns false.