UnitySwiftKotlin←API Reference Return to API Reference index←packageNianticSpatial.NSDK.AR.Utilities NianticSpatial.NSDK.AR.Utilities←classTrackableIdExtension NianticSpatial.NSDK.AR.Utilities.TrackableIdExtension Method FromNativeUuid 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 NameTypeSummaryuuidstring-
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.