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
Important: This API is compatible only with the Built-In Render Pipeline.