docs.unity3d.com
    Show / Hide Table of Contents

    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
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023