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