Version: 2023.1
言語: 日本語

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.