Struct SerializableGuid
A Guid
that can be serialized by Unity.
Implements
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
[Serializable]
public struct SerializableGuid : IEquatable<SerializableGuid>
Remarks
The 128-bit Guid
is stored as two 64-bit ulong
s. See the creation utility,
Serializable
Constructors
Name | Description |
---|---|
Serializable |
Constructs a Serializable |
Properties
Name | Description |
---|---|
Empty | Represents |
Guid | Reconstructs the |
Methods
Name | Description |
---|---|
Equals(object) | Checks if this SerializableGuid is equal to an object. |
Equals(Serializable |
Check if this SerializableGuid is equal to another SerializableGuid. |
Get |
Gets the hash code for this SerializableGuid. |
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 |
Perform an equality operation on two SerializableGuids. |
operator !=(Serializable |
Perform an inequality operation on two SerializableGuids. |