docs.unity3d.com
    Show / Hide Table of Contents

    Class CustomPassDescriptor

    Provide a way to define a custom pass. Useful to build one or list them.

    Inheritance
    Object
    CustomPassDescriptor
    Namespace: Mechatronics.SensorSDK
    Syntax
    public class CustomPassDescriptor

    Fields

    customPass

    A reference on the custom pass built from the previous parameters.

    Declaration
    public CustomPass customPass
    Field Value
    Type Description
    CustomPass

    customPassCallback

    Define the function called by the custom pass when executed.

    Declaration
    public CustomPassCallback.ExecuteCustomPassAction<CustomPassContext> customPassCallback
    Field Value
    Type Description
    CustomPassCallback.ExecuteCustomPassAction<CustomPassContext>

    globalCustomPass

    Define the scope of the custom pass.

    Declaration
    public bool globalCustomPass
    Field Value
    Type Description
    Boolean

    injectionPoint

    Define where in the rendering process, the custom pass should inject itself.

    Declaration
    public CustomPassInjectionPoint injectionPoint
    Field Value
    Type Description
    CustomPassInjectionPoint

    sceneCustomPassVolume

    A reference to a custom pass volume used to add the custom pass.

    Declaration
    public CustomPassVolume sceneCustomPassVolume
    Field Value
    Type Description
    CustomPassVolume
    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