This version of Unity is unsupported.

ScriptableRenderContext.CreateUIOverlayRendererList

Declaration

public Rendering.RendererList CreateUIOverlayRendererList(Camera camera);

Parameters

camera The camera that is used for rendering the UIOverlay.

Returns

RendererList Returns a new RendererList based on the settings you pass in.

Description

Creates a new UIOverlay RendererList.

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