Class ARReferencePoint | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ARReferencePoint

    Represents a Reference Point (aka anchor) tracked by an AR device.

    Inheritance
    System.Object
    ARReferencePoint
    Namespace: UnityEngine.XR.ARFoundation
    Syntax
    public sealed class ARReferencePoint : MonoBehaviour

    Properties

    lastUpdatedFrame

    The last frame on which this reference point was updated.

    Declaration
    public int lastUpdatedFrame { get; }
    Property Value
    Type Description
    System.Int32

    sessionRelativeData

    The raw data associated with the reference point.

    Declaration
    public ReferencePoint sessionRelativeData { get; }
    Property Value
    Type Description
    ReferencePoint

    Events

    updated

    Invoked whenever this reference point is updated.

    Declaration
    public event Action<ARReferencePoint> updated
    Event Type
    Type Description
    Action<ARReferencePoint>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023