Struct XRTrackedImage
Contains low-level data for a tracked image in the environment.
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRTrackedImage : ITrackable, IEquatable<XRTrackedImage>
Constructors
Name | Description |
---|---|
XRTracked |
Constructs an XRTracked |
Properties
Name | Description |
---|---|
default |
Generates a XRTracked |
native |
A native pointer associated with this tracked image.
The data pointed to by this pointer is implementation-defined.
While its lifetime is also implementation-defined, it should be
valid at least until the next call to
Get |
pose | The |
size | The size (dimensions) of this tracked image. |
source |
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 |