Class CustomPassDescriptor
Provide a way to define a custom pass. Useful to build one or list them.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public class CustomPassDescriptor
Fields
Name | Description |
---|---|
customPass | A reference on the custom pass built from the previous parameters. |
customPassCallback | Define the function called by the custom pass when executed. |
globalCustomPass | Define the scope of the custom pass. |
injectionPoint | Define where in the rendering process, the custom pass should inject itself. |
sceneCustomPassVolume | A reference to a custom pass volume used to add the custom pass. |