Version: 2022.3
public Rendering.RendererList CreateRendererList (ref Rendering.RendererListParams param);

参数

desc A high level descriptor that represents the set of GameObjects the RendererList contains.
param The parameters used to derive the set of GameObjects the RendererList contains.

返回

RendererList Returns a new RendererList based on the descriptor or parameters you pass in.

描述

Creates a new renderers RendererList.

A RendererList represents a set of visible GameObjects. To draw the GameObjects in a RendererList, add the CommandBuffer.DrawRendererList command to a CommandBuffer.