docs.unity3d.com
    Show / Hide Table of Contents

    Class ARReferencePoint

    Represents a Reference Point tracked by an XR device.

    Inheritance
    Object
    ARTrackable<XRReferencePoint, ARReferencePoint>
    ARReferencePoint
    Inherited Members
    ARTrackable<XRReferencePoint, ARReferencePoint>.destroyOnRemoval
    ARTrackable<XRReferencePoint, ARReferencePoint>.trackableId
    ARTrackable<XRReferencePoint, ARReferencePoint>.trackingState
    ARTrackable<XRReferencePoint, ARReferencePoint>.pending
    ARTrackable<XRReferencePoint, ARReferencePoint>.sessionRelativeData
    ARTrackable<XRReferencePoint, ARReferencePoint>.OnAfterSetSessionRelativeData()
    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    public sealed class ARReferencePoint : ARTrackable<XRReferencePoint, ARReferencePoint>
    Remarks

    A reference point is a pose in the physical environment that is tracked by an XR device. As the device refines its understanding of the environment, reference points will be updated, helping you to keep virtual content connected to a real-world position and orientation.

    Properties

    nativePtr

    Get the native pointer associated with this ARReferencePoint.

    Declaration
    public IntPtr nativePtr { get; }
    Property Value
    Type Description
    IntPtr
    Remarks

    The data pointed to by this pointer is implementation defined. While its lifetime is also implementation defined, it should be valid until at least the next ARSession update.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 7, 2022
    Terms of use