Class CustomRendererSampler
This sampler provide a way to render the scene by bypassing the normal step of the camera rendering.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public class CustomRendererSampler : SceneSampler
Constructors
| Name | Description |
|---|---|
| CustomRendererSampler(GameObject, IPhotosensorArrayDescription, LensSystemDesc, SceneSamplerDesc, Action<ScriptableRenderContext, HDCamera>) | Constructs a sampler that bypasses HDRP and defines its own rendering process. |
Methods
| Name | Description |
|---|---|
| InternalRelease() | Release extra elements specific to this sampler. Mainly unregistering the rendering callback on the camera. |