XRMarkerSubsystem.Provider.GetDecodedString(TrackableId) Method
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.
Get decoded string for an existing XRMarker.
public abstract string GetDecodedString (UnityEngine.XR.ARSubsystems.TrackableId trackableId);
abstract member GetDecodedString : UnityEngine.XR.ARSubsystems.TrackableId -> string
Public MustOverride Function GetDecodedString (trackableId As TrackableId) As String
Parameters
- trackableId
- UnityEngine.XR.ARSubsystems.TrackableId
The UnityEngine.XR.ARSubsystems.TrackableId of the marker.