Struct XRPointCloud
Represents the session relative data for the XRDepth
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRPointCloud : ITrackable, IEquatable<XRPointCloud>
Constructors
Name | Description |
---|---|
XRPoint |
Constructs a new XRPoint |
Properties
Name | Description |
---|---|
default |
Gets a default-initialized XRPoint |
native |
Get the native pointer associated with this point cloud. |
pose | Get the |
trackable |
Get the Trackable |
tracking |
Get the Tracking |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRPoint |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XRPoint |
Tests for equality. Same as Equals(XRPoint |
operator !=(XRPoint |
Tests for inequality. Same as |