Struct XRReferencePoint | AR Subsystems | 3.1.10
docs.unity3d.com
    Show / Hide Table of Contents

    Struct XRReferencePoint

    Describes session relative data for a reference point.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    [Obsolete("XRReferencePoint has been deprecated. Use XRAnchor instead (UnityUpgradable) -> UnityEngine.XR.ARSubsystems.XRAnchor", true)]
    public struct XRReferencePoint : ITrackable, IEquatable<XRReferencePoint>

    Constructors

    XRReferencePoint(TrackableId, Pose, TrackingState, IntPtr)

    Constructs the session relative data for reference point. This is typically provided by an implementation of the XRReferencePointSubsystem and not invoked directly.

    Declaration
    public XRReferencePoint(TrackableId trackableId, Pose pose, TrackingState trackingState, IntPtr nativePtr)
    Parameters
    Type Name Description
    TrackableId trackableId

    The TrackableId associated with this reference point.

    Pose pose

    The Pose, in session space, of the reference point.

    TrackingState trackingState

    The TrackingState of the reference point.

    IntPtr nativePtr

    A native pointer associated with the reference point. The data pointed to by this pointer is implementation-specific.

    XRReferencePoint(TrackableId, Pose, TrackingState, IntPtr, Guid)

    Constructs the session relative data for reference point. This is typically provided by an implementation of the XRReferencePointSubsystem and not invoked directly.

    Declaration
    public XRReferencePoint(TrackableId trackableId, Pose pose, TrackingState trackingState, IntPtr nativePtr, Guid sessionId)
    Parameters
    Type Name Description
    TrackableId trackableId

    The TrackableId associated with this reference point.

    Pose pose

    The Pose, in session space, of the reference point.

    TrackingState trackingState

    The TrackingState of the reference point.

    IntPtr nativePtr

    A native pointer associated with the reference point. The data pointed to by this pointer is implementation-specific.

    Guid sessionId

    The session from which this reference point originated.

    Properties

    defaultValue

    Gets a default-initialized XRReferencePoint. This may be different from the zero-initialized version, e.g., the pose is Pose.identity instead of zero-initialized.

    Declaration
    public static XRReferencePoint defaultValue { get; }
    Property Value
    Type Description
    XRReferencePoint

    nativePtr

    A native pointer associated with the reference point. The data pointed to by this pointer is implementation-specific.

    Declaration
    public IntPtr nativePtr { get; }
    Property Value
    Type Description
    IntPtr
    Implements
    ITrackable.nativePtr

    pose

    Get the Pose, in session space, for this reference point.

    Declaration
    public Pose pose { get; }
    Property Value
    Type Description
    Pose
    Implements
    ITrackable.pose

    sessionId

    The id of the session from which this reference point originated.

    Declaration
    public Guid sessionId { get; }
    Property Value
    Type Description
    Guid

    trackableId

    Get the TrackableId associated with this reference point.

    Declaration
    public TrackableId trackableId { get; }
    Property Value
    Type Description
    TrackableId
    Implements
    ITrackable.trackableId

    trackingState

    Get the TrackingState of this reference point.

    Declaration
    public TrackingState trackingState { get; }
    Property Value
    Type Description
    TrackingState
    Implements
    ITrackable.trackingState

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(XRReferencePoint)

    Declaration
    public bool Equals(XRReferencePoint other)
    Parameters
    Type Name Description
    XRReferencePoint other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(XRReferencePoint, XRReferencePoint)

    Declaration
    public static bool operator ==(XRReferencePoint lhs, XRReferencePoint rhs)
    Parameters
    Type Name Description
    XRReferencePoint lhs
    XRReferencePoint rhs
    Returns
    Type Description
    Boolean

    Inequality(XRReferencePoint, XRReferencePoint)

    Declaration
    public static bool operator !=(XRReferencePoint lhs, XRReferencePoint rhs)
    Parameters
    Type Name Description
    XRReferencePoint lhs
    XRReferencePoint rhs
    Returns
    Type Description
    Boolean

    See Also

    XRReferencePointSubsystem
    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