Class PathtracedPhotosensors
Serves to execute the sampling of all path traced photosensor.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[AddComponentMenu("")]
public class PathtracedPhotosensors : MonoBehaviour
Methods
Name | Description |
---|---|
Subscribe(ExecuteSamplingAction) | Attaches a photosensor to the camera custom pass volume on the BeforePostProcess. It will invoke "ExecuteSampling" callback to execute the scene sampling. |
Unsubscribe(ExecuteSamplingAction) | Detaches a specific photosensor from the camera custom pass volume. |