RendererListDesc
Initializes and returns an instance of RendererListDesc.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Rendering.RendererUtils
- Assembly: UnityEngine.CoreModule
RendererListDesc(ShaderTagId, CullingResults, Camera)
Initializes and returns an instance of RendererListDesc.
public RendererListDesc(ShaderTagId passName, CullingResults cullingResult, Camera camera)
Parameters
The pass name to use for the RendererList.
The culling result used to create the RendererList.
The camera Unity uses to determine the current view and sorting properties.
RendererListDesc(ShaderTagId[], CullingResults, Camera)
Initializes and returns an instance of RendererListDesc.
public RendererListDesc(ShaderTagId[] passNames, CullingResults cullingResult, Camera camera)
Parameters
The list of passes to use for the RendererList.
The culling result used to create the RendererList.
The camera Unity uses to determine the current view and sorting properties.