Skip to main content
API Reference NianticSpatial.NSDK.AR.Utilities TrackableIdExtension

FromNativeUuid


Declaration

public static TrackableId FromNativeUuid(string uuid)

Summary

Converts a native NSDK UUID string to a TrackableId.
This can then be passed back into native to get the original UUID.
This is the inverse of ToNsdkHexString.
Takes either a 32 character string or a 33 character string with a dash.

Parameters

NameTypeSummary
uuidstring
-