docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CustomPassVolumeBuilder

    This class is responsible to set up a unity custom pass volume.

    Inheritance
    object
    CustomPassVolumeBuilder
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SensorSDK
    Assembly: solution.dll
    Syntax
    public class CustomPassVolumeBuilder

    Methods

    Name Description
    CreateCustomPass(GameObject, CustomPassDescriptor)

    Look for existing custom passes on the parent gameobject. Build a custom pass on a GameObject and keep a reference to it in the descriptor.

    CreateCustomPasses(GameObject, List<CustomPassDescriptor>)

    Look for existing custom passes on the parent gameobject. This function will also build missing custompasses according to the custompass parameters found in the _sensorData descriptor.

    DestroyCustomPass(CustomPassDescriptor)

    Destroy a custom pass according to the descriptor.

    DestroyCustomPasses(List<CustomPassDescriptor>)

    Destroy a list of custom passes according to the descriptor list.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)