XRMarkerSubsystem.Provider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The API that derived classes must implement.
public abstract class XRMarkerSubsystem.Provider : UnityEngine.SubsystemsImplementation.SubsystemProvider<Microsoft.MixedReality.OpenXR.ARSubsystems.XRMarkerSubsystem>
type XRMarkerSubsystem.Provider = class
inherit SubsystemProvider<XRMarkerSubsystem>
Public MustInherit Class XRMarkerSubsystem.Provider
Inherits SubsystemProvider(Of XRMarkerSubsystem)
- Inheritance
-
UnityEngine.SubsystemsImplementation.SubsystemProvider<XRMarkerSubsystem>XRMarkerSubsystem.Provider
Constructors
XRMarkerSubsystem.Provider() |
Methods
GetChanges(XRMarker, Allocator) |
Get the changes to markers (added, updated, and removed) since the last call to GetChanges(XRMarker, Allocator). |
GetDecodedString(TrackableId) |
Get decoded string for an existing XRMarker. |
GetQRCodeProperties(TrackableId) |
Get QR code properties for an existing XRMarker of type QRCode. |
GetRawData(TrackableId, Allocator) |
Get raw data for an existing XRMarker. |
SetTransformMode(TrackableId, TransformMode) |
Set transform mode of an existing XRMarker. |