docs.unity3d.com
    Show / Hide Table of Contents

    Delegate PhotosensorData.ExecuteSamplingAction<T1, T2, T3>

    Declare a delegate type for photosensor sampling.

    Namespace: Mechatronics.SensorSDK
    Syntax
    public delegate void ExecuteSamplingAction<T1, T2, T3>(T1 ctx, T2 accelerationStructure, ref T3 sampleIndex);
    Parameters
    Type Name Description
    T1 ctx

    Custom pass context.

    T2 accelerationStructure

    Acceleration structure

    T3 sampleIndex

    sample index

    Type Parameters
    Name Description
    T1

    Template type for Custom pass context.

    T2

    Template type for acceleration structure.

    T3

    Template type for sample index.

    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