RendererListParams(CullingResults, DrawingSettings, FilteringSettings)
Create a RendererListParams struct.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public RendererListParams(CullingResults cullingResults, DrawingSettings drawSettings, FilteringSettings filteringSettings)
Parameters
The set of visible objects to draw. You typically obtain this from ScriptableRenderContext.Cull.
A struct that describes how to draw the objects.
A struct that describes how to filter the set of visible objects, so that Unity only draws a subset.