Method GetPointCloudData
GetPointCloudData(TrackableId, Allocator)
Generate point cloud data (positions, confidence values, and identifiers)
for the point cloud with the given trackableId.
Declaration
public abstract XRPointCloudData GetPointCloudData(TrackableId trackableId, Allocator allocator)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableId | The point cloud for which to retrieve data. |
| Allocator | allocator | The allocator to use when creating the |
Returns
| Type | Description |
|---|---|
| XRPointCloudData | A new XRPointCloudData with newly allocated |