Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateShadowRendererList(ref ShadowDrawingSettings)

Creates a new shadow RendererList.
Read time 1 minuteLast updated 6 days ago

Definition

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

RendererListReturns 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.