Method Decompose
Decompose(Guid, out ulong, out ulong)
Decomposes a 16-byte Guid into two 8-byte ulong
s.
Recompose using UnityEngine.XR.ARSubsystems.GuidUtil.Compose.
Declaration
public static void Decompose(this Guid guid, out ulong low, out ulong high)
Parameters
Type | Name | Description |
---|---|---|
Guid | guid | The |
ulong | low | The lower 8 bytes of the |
ulong | high | The upper 8 bytes of the |