Struct ProjectedImageOnSensorRequest
Provides a graphic context and the return value of a request made by the photosensor array to the lens component.
Namespace: Mechatronics.SensorSDK
Syntax
public struct ProjectedImageOnSensorRequest
Fields
ctx
Custom pass context used to capture the image, the camera textures in this custom pass context may not have the lens post processing effects applied to them.
Declaration
public CustomPassContext ctx
Field Value
Type | Description |
---|---|
CustomPassContext |
texture
Output texture from the lens, with all the post processing effects applied.
Declaration
public RenderTexture texture
Field Value
Type | Description |
---|---|
RenderTexture |