XRMarkerSubsystem.Provider.GetDecodedString(TrackableId) Method

Definition

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.

Returns

Applies to