Class XRObjectTrackingSubsystem.Provider
For AR implementors: implement this class to provide support for object tracking.
Inherited Members
SubsystemProvider<XRObjectTrackingSubsystem>.TryInitialize()
SubsystemProvider<XRObjectTrackingSubsystem>.Start()
SubsystemProvider<XRObjectTrackingSubsystem>.Stop()
SubsystemProvider<XRObjectTrackingSubsystem>.Destroy()
SubsystemProvider.running
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public abstract class XRObjectTrackingSubsystem.Provider : SubsystemProvider<XRObjectTrackingSubsystem>
Properties
Name | Description |
---|---|
library | The library that contains the reference objects for which to scan.
If this is not |
Methods
Name | Description |
---|---|
GetChanges(XRTrackedObject, Allocator) | Get the changes to XRTrackedObjects (added, updated, and removed) since the last call to this method. This is typically invoked once per frame. |