Version: 2022.2
언어: 한국어

RendererListParamsConstructor

매뉴얼로 전환
public RendererListParams (Rendering.CullingResults cullingResults, Rendering.DrawingSettings drawSettings, Rendering.FilteringSettings filteringSettings);

파라미터

cullingResults The set of visible objects to draw. You typically obtain this from ScriptableRenderContext.Cull.
drawSettings A struct that describes how to draw the objects.
filteringSettings A struct that describes how to filter the set of visible objects, so that Unity only draws a subset.

설명

Create a RendererListParams struct.