Version: 2017.3

Camera.RemoveCommandBuffer

매뉴얼로 전환
public void RemoveCommandBuffer (Rendering.CameraEvent evt, Rendering.CommandBuffer buffer);

파라미터

evt When to execute the command buffer during rendering.
buffer The buffer to execute.

설명

Remove command buffer from execution at a specified place.

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

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