Property identifiers
identifiers
Identifiers for each point in the point cloud. This array is parallel
to positions and confidenceValues.
Use identifiers.IsCreated
to check if these exist.
Declaration
public NativeArray<ulong> identifiers { get; set; }
Property Value
Type | Description |
---|---|
NativeArray<ulong> |
Remarks
Identifiers are unique to a particular session, which means you can use the identifier to match a particular point in the point cloud with a previously detected point.