# RemoveCommandBuffers(CameraEvent)

> Remove command buffers from execution at a specified place.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public void RemoveCommandBuffers(CameraEvent evt)
```

### Parameters

**** (\[CameraEvent]\(/engine/6000.7/script-reference/unityengine/rendering/cameraevent)): 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.

Additional Resources: [CommandBuffer](/engine/6000.7/script-reference/unityengine/rendering/commandbuffer.md), [Camera.RemoveCommandBuffer](/engine/6000.7/script-reference/unityengine/camera/removecommandbuffer.md), [Camera.RemoveAllCommandBuffers](/engine/6000.7/script-reference/unityengine/camera/removeallcommandbuffers.md).
