Class CustomPassDescriptor
Provide a way to define a custom pass. Useful to build one or list them.
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 |