Class CustomPassCallback
This class is used to hook rendering command with a camera.
Implements
Inherited Members
CustomPass.enabled
CustomPass.clearFlags
CustomPass.Execute(ScriptableRenderContext, CommandBuffer, HDCamera, CullingResults)
CustomPass.GetCameraBuffers(out RTHandle, out RTHandle)
CustomPass.GetCustomBuffers(out RTHandle, out RTHandle)
CustomPass.RegisterMaterialForInspector()
CustomPass.name
CustomPass.fadeValue
CustomPass.injectionPoint
CustomPass.executeInSceneView
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public class CustomPassCallback : CustomPass, IVersionable<CustomPass.Version>
Constructors
Name | Description |
---|---|
CustomPassCallback(ExecuteCustomPassAction<CustomPassContext>) | Contruct the photosensor array pass and store the callback to call when a custom pass is called. |
Methods
Name | Description |
---|---|
Execute(CustomPassContext) | Invoke the callback function registered at construction time. |