Class ARTrackedObject
Represents a tracked object in the physical environment.
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.ARTrackedObject.html")]
public class ARTrackedObject : ARTrackable<XRTrackedObject, ARTrackedObject>
Properties
Name | Description |
---|---|
native |
Get a native pointer associated with this tracked object. |
reference |
The reference object which was used to detect this object in the environment. |