Delegate CaptureCamera.RequestCompletionDelegate
Invoked when a request has completed readback of all channels.
Namespace: Unity.Simulation
Syntax
public delegate AsyncRequest.Result RequestCompletionDelegate(AsyncRequest<CaptureCamera.CaptureState> request);
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncRequest<CaptureCamera.CaptureState> | request |
Returns
| Type | Description |
|---|---|
| AsyncRequest.Result |