Struct XRPointCloudData
Represents the data (arrays of positions, confidence values, and identifiers) associated with a point cloud.
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRPointCloudData : IEquatable<XRPointCloudData>, IDisposable
Properties
Name | Description |
---|---|
confidence |
Confidence values for each point in the point cloud. This array is parallel
to positions and identifiers.
Use |
identifiers | Identifiers for each point in the point cloud. This array is parallel
to positions and confidence |
positions | Positions for each point in the point cloud. This array is parallel
to confidence |
Methods
Name | Description |
---|---|
Dispose() | Checks for the existence of the |
Equals(object) | Tests for equality. |
Equals(XRPoint |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this XRPoint |
Operators
Name | Description |
---|---|
operator ==(XRPoint |
Tests for equality. Same as Equals(XRPoint |
operator !=(XRPoint |
Tests for inequality. Same as |