docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GuidExtensions

    Extensions to the Guid type.

    Inheritance
    object
    GuidExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.XR.CoreUtils
    Assembly: Unity.XR.CoreUtils.dll
    Syntax
    public static class GuidExtensions

    Methods

    Decompose(Guid, out ulong, out ulong)

    Decomposes a 16-byte Guid into two 8-byte ulongs. Recompose with Compose(ulong, ulong).

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

    The Guid being extended

    ulong low

    The lower 8 bytes of the guid.

    ulong high

    The upper 8 bytes of the guid.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)