Constructor ARPointCloudChangedEventArgs
ARPointCloudChangedEventArgs(List<ARPointCloud>, List<ARPointCloud>, List<ARPointCloud>)
Constructs an ARPointCloudChangedEventArgs.
Declaration
public ARPointCloudChangedEventArgs(List<ARPointCloud> added, List<ARPointCloud> updated, List<ARPointCloud> removed)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ARPointCloud> | added | The list of ARPointClouds added since the last event. |
| List<ARPointCloud> | updated | The list of ARPointClouds updated since the last event. |
| List<ARPointCloud> | removed | The list of ARPointClouds removed since the last event. |