Class CameraCaptureBridge
Bridge class for camera captures.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class CameraCaptureBridge
Properties
Name | Description |
---|---|
enabled | Enable camera capture. |
Methods
Name | Description |
---|---|
AddCaptureAction(Camera, Action<RenderTargetIdentifier, CommandBuffer>) | Adds actions for camera capture |
GetCaptureActions(Camera) | Provides the set actions to the renderer to be triggered at the end of the render loop for camera capture |
RemoveCaptureAction(Camera, Action<RenderTargetIdentifier, CommandBuffer>) | Removes actions for camera capture |