Struct SerializableGuid
A Guid
that can be serialized by Unity. The 128-bit Guid
is stored as two 64-bit ulong
s. See also the creation utility at
UnityEditor.XR.ARSubsystems.SerializableGuidUtil
.
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
[Serializable]
public struct SerializableGuid : IEquatable<SerializableGuid>
Constructors
Name | Description |
---|---|
Serializable |
Constructs a Serializable |
Properties
Name | Description |
---|---|
empty | Used to represent |
guid | Reconstructs the |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Serializable |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of the |
To |
Generates a string representation of the |
To |
Generates a string representation of the |
Operators
Name | Description |
---|---|
operator ==(Serializable |
Tests for equality. Same as Equals(Serializable |
operator !=(Serializable |
Tests for inequality. Same as |