Class ARKitReferenceObjectEntry
Represents an ARKit-specific reference object for participation in an
XRReferenceObjectLibrary
.
Namespace: UnityEngine.XR.ARKit
Syntax
public sealed class ARKitReferenceObjectEntry : XRReferenceObjectEntry
Remarks
The actual data used at runtime is packaged into the Xcode project
in an asset catalog called ARReferenceObjects.xcassets
. It should
exist on disk in your project as an .arobject
file.
See Scanning and Detecting 3D Objects
for instructions on how to generate these files.
Properties
referenceOrigin
The reference origin of the scanned object.
Declaration
public Pose referenceOrigin { get; }
Property Value
Type | Description |
---|---|
Pose |