Class CustomPassVolumeBuilder
This class is responsible to set up a unity custom pass volume.
Inherited Members
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. |