Delegate CaptureCamera.ReadbackCompletionDelegate
Invoked when a request has completed reading back data for a channel.
Namespace: Unity.Simulation
Syntax
public delegate void ReadbackCompletionDelegate(AsyncRequest<CaptureCamera.CaptureState> request, CaptureCamera.Channel channel, RenderTexture rt, byte[] data);
Parameters
Type | Name | Description |
---|---|---|
AsyncRequest<CaptureCamera.CaptureState> | request | |
CaptureCamera.Channel | channel | |
RenderTexture | rt | |
Byte[] | data |