ARMarkerManager.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 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.