Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCommandBuffers(LightEvent)

Get command buffers to be executed at a specified place.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public CommandBuffer[] GetCommandBuffers(LightEvent evt)

Parameters

When to execute the command buffer during rendering.

Returns

Type

Description

CommandBuffer[]Array of command buffers.

Remarks