Class ARReferencePoint
Represents a reference point tracked by an XR device.
Inheritance
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
[DefaultExecutionOrder(-2147483646)]
[DisallowMultipleComponent]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.2/api/UnityEngine.XR.ARFoundation.ARReferencePoint.html")]
[Obsolete("ARReferencePoint has been deprecated. Use ARAnchor instead (UnityUpgradable) -> UnityEngine.XR.ARFoundation.ARAnchor", true)]
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
Name | Description |
---|---|
native |
Get the native pointer associated with this ARReference |
session |
Get the session identifier from which this reference point originated. |