docs.unity.cn
    Show / Hide Table of Contents

    Class GuidExtensions

    Extensions to System.Guid

    Inheritance
    Object
    GuidExtensions
    Namespace: Unity.XRTools.Utils
    Syntax
    public static class GuidExtensions : object

    Methods

    Decompose(Guid, out UInt64, out UInt64)

    Decomposes a 16-byte Guid into two 8-byte ulongs. Recompose using Unity.XRTools.Utils.GuidUtil.Compose.

    Declaration
    public static void Decompose(this Guid guid, out ulong low, out ulong high)
    Parameters
    Type Name Description
    Guid guid

    The Guid being extended

    UInt64 low

    The lower 8 bytes of the guid.

    UInt64 high

    The upper 8 bytes of the guid.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use