Class ARKitReferenceObjectEntry | ARKit XR Plugin | 2.2.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class ARKitReferenceObjectEntry

    Represents an ARKit-specific reference object for participation in an XRReferenceObjectLibrary.

    Inheritance
    Object
    ARKitReferenceObjectEntry
    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
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX