CreateShadowRendererList(ref ShadowDrawingSettings)
Creates a new shadow RendererList.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
CreateShadowRendererList(ShadowDrawingSettings)
public RendererList CreateShadowRendererList(ref ShadowDrawingSettings settings)
Parameters
The settings used to derive the set of GameObjects the RendererList contains when drawing shadows.
Returns
Type | Description |
|---|---|
| RendererList | Returns a new RendererList based on the settings you pass in. |
Remarks
A RendererList represents a set of visible GameObjects. To draw the GameObjects in a RendererList, add the CommandBuffer.DrawRendererList command to a CommandBuffer.