Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveCommandBuffer(CameraEvent, CommandBuffer)

Remove command buffer from execution at a specified place.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public void RemoveCommandBuffer(CameraEvent evt, CommandBuffer buffer)

Parameters

When to execute the command buffer during rendering.

The buffer to execute.

Remarks

If the same buffer is added multiple times on this camera event, all occurrences of it will be removed. This API is only available with the Built-in renderer.