Struct ARObjectInfo
Represents metadata associated with a .arobject
archive. These archives
are the source data for ARKit
Implements
Inherited Members
Namespace: UnityEditor .XR.ARKit
Assembly: solution.dll
Syntax
public struct ARObjectInfo : IEquatable<ARObjectInfo>
Constructors
Name | Description |
---|---|
ARObject |
Parses the |
Properties
Name | Description |
---|---|
image |
The filename of an image contained within the archive that can be used as a preview for the scanned object. |
reference |
The reference origin for the scanned object. |
tracking |
The filename of the source data representing the scanned object. |
valid |
|
version | The version of the metadata format. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARObject |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(ARObject |
Tests for equality. Same as Equals(ARObject |
operator !=(ARObject |
Tests for inequality. Same as |