Struct XRReferencePoint
Describes session relative data for a reference point.
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
[Obsolete("XRReferencePoint has been deprecated. Use XRAnchor instead (UnityUpgradable) -> UnityEngine.XR.ARSubsystems.XRAnchor", true)]
public struct XRReferencePoint : ITrackable, IEquatable<XRReferencePoint>
Constructors
Name | Description |
---|---|
XRReference |
Constructs the session-relative data for a reference point.
This is typically provided by an implementation of the XRReference |
XRReference |
Constructs the session-relative data for a reference point.
This is typically provided by an implementation of the XRReference |
Properties
Name | Description |
---|---|
default |
Gets a default-initialized XRReference |
native |
A native pointer associated with the reference point. The data pointed to by this pointer is implementation-specific. |
pose | Get the |
session |
The id of the session from which this reference point originated. |
trackable |
Get the Trackable |
tracking |
Get the Tracking |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRReference |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XRReference |
Tests for equality. Same as Equals(XRReference |
operator !=(XRReference |
Tests for inequality. Same as |