RemoveCommandBuffers(CameraEvent)
Remove command buffers from execution at a specified place.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public void RemoveCommandBuffers(CameraEvent evt)
Parameters
When to execute the command buffer during rendering.
Remarks
This function removes all command buffers set on the specified camera event. This API is only available with the Built-in renderer.