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.