Class XRImageTrackingSubsystem.Provider
Methods to implement by the implementing provider.
Inherited Members
SubsystemProvider<XRImageTrackingSubsystem>.TryInitialize()
SubsystemProvider<XRImageTrackingSubsystem>.Start()
SubsystemProvider<XRImageTrackingSubsystem>.Stop()
SubsystemProvider<XRImageTrackingSubsystem>.Destroy()
SubsystemProvider.running
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public abstract class XRImageTrackingSubsystem.Provider : SubsystemProvider<XRImageTrackingSubsystem>
Properties
Name | Description |
---|---|
currentMaxNumberOfMovingImages | The current maximum number of moving images to track in realtime. |
imageLibrary | Sets the set of images to search for in the environment. |
requestedMaxNumberOfMovingImages | The requested maximum number of moving images to track in real time. |
Methods
Name | Description |
---|---|
CreateRuntimeLibrary(XRReferenceImageLibrary) | Creates a RuntimeReferenceImageLibrary from an existing XRReferenceImageLibrary,
or an empty library if |
GetChanges(XRTrackedImage, Allocator) | Get the changes to the tracked images (added, updated, and removed) since the last call to this method. |