docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SerializableGuidUtil

    Utility for creating a UnityEngine.XR.ARSubsystems.SerializableGuid. A SerializableGuid can be serialized by Unity, while a System.Guid cannot.

    Inheritance
    object
    SerializableGuidUtil
    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 SerializableGuidUtil

    Methods

    Create(Guid)

    Creates a SerializableGuid from a System.Guid.

    Declaration
    public static SerializableGuid Create(Guid guid)
    Parameters
    Type Name Description
    Guid guid

    The Guid to represent as a SerializableGuid.

    Returns
    Type Description
    SerializableGuid

    A serializable version of 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)