Struct XRTrackedObject
Describes a tracked object detected by the XRObject
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRTrackedObject : ITrackable, IEquatable<XRTrackedObject>
Remarks
Tracked objects are detected based on the contents of an XRReference
Constructors
Name | Description |
---|---|
XRTracked |
Constructs an XRTracked |
Properties
Name | Description |
---|---|
default |
A XRTracked |
native |
A native pointer associated with this tracked object. |
pose | The |
reference |
The |
trackable |
The Trackable |
tracking |
The Tracking |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRTracked |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XRTracked |
Tests for equality. Same as Equals(XRTracked |
operator !=(XRTracked |
Tests for inequality. Same as |