Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateWireOverlayRendererList(Camera)

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

Definition

public RendererList CreateWireOverlayRendererList(Camera camera)

Parameters

camera

The camera that is used for rendering the WireOverlay.

Returns

Type

Description

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

Remarks

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