docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GuidExtensions

    Extensions to System.Guid

    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: UnityEditor.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.Editor.dll
    Syntax
    public static class GuidExtensions

    Methods

    Decompose(Guid, out ulong, out ulong)

    Decomposes a 16-byte Guid into two 8-byte ulongs. 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 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 © 2024 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)