Property positions
positions
An array of positions for each point in the point cloud. This array is parallel to identifiers and confidenceValues. Positions are provided in point cloud space, that is, relative to this ARPointCloud's local position and rotation.
Declaration
public NativeSlice<Vector3>? positions { get; }
Property Value
Type | Description |
---|---|
NativeSlice<Vector3>? |