Share via


ARMarkerManager.GetDecodedString(TrackableId) Method

Definition

Get decoded string for an existing ARMarker.

public string GetDecodedString (UnityEngine.XR.ARSubsystems.TrackableId trackableId);
member this.GetDecodedString : UnityEngine.XR.ARSubsystems.TrackableId -> string
Public Function GetDecodedString (trackableId As TrackableId) As String

Parameters

trackableId
UnityEngine.XR.ARSubsystems.TrackableId

The UnityEngine.XR.ARSubsystems.TrackableId of the marker.

Returns

Applies to