This version of Unity is unsupported.

Light.RemoveCommandBuffers

Switch to Manual

Declaration

public void RemoveCommandBuffers(Rendering.LightEvent 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 light event.

See Also: CommandBuffer, RemoveCommandBuffer, RemoveAllCommandBuffers.