LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Light.RemoveCommandBuffer

Switch to Manual
public void RemoveCommandBuffer(Rendering.LightEvent evt, Rendering.CommandBuffer buffer);

Parameters

evtWhen to execute the command buffer during rendering.
bufferThe buffer to execute.

Description

Remove command buffer from execution at a specified place.

If the same buffer is added multiple times on this light event, all occurrences of it will be removed.

See Also: CommandBuffer, RemoveCommandBuffers, RemoveAllCommandBuffers, AddCommandBuffer, GetCommandBuffers.