Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Camera.RemoveCommandBuffers

Switch to Manual

Declaration

public void RemoveCommandBuffers(Rendering.CameraEvent evt);

Parameters

evt When to execute the command buffer during rendering.

Description

Remove command buffers from execution at a specified place.

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, RemoveCommandBuffer, RemoveAllCommandBuffers.