Method AddCaptureAction
AddCaptureAction(Camera, Action<RenderTargetIdentifier, CommandBuffer>)
Adds actions for camera capture
Declaration
public static void AddCaptureAction(Camera camera, Action<RenderTargetIdentifier, CommandBuffer> action)
Parameters
Type | Name | Description |
---|---|---|
Camera | camera | The camera to add actions for |
Action<RenderTargetIdentifier, CommandBuffer> | action | The action to add |