Method GetCaptureActions
GetCaptureActions(Camera)
Provides the set actions to the renderer to be triggered at the end of the render loop for camera capture
Declaration
public static IEnumerator<Action<RenderTargetIdentifier, CommandBuffer>> GetCaptureActions(Camera camera)
Parameters
| Type | Name | Description | 
|---|---|---|
| Camera | camera | The camera to get actions for  | 
    
Returns
| Type | Description | 
|---|---|
| IEnumerator<Action<RenderTargetIdentifier, CommandBuffer>> | Enumeration of actions  |