Method AsyncSampleScene
AsyncSampleScene(Action<CustomPassContext, RenderTexture>)
Used to capture the projected image on the sensor.
Declaration
public override void AsyncSampleScene(Action<CustomPassContext, RenderTexture> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<CustomPassContext, RenderTexture> | callback | A function to call when the capture is ready. |