C# Класс UnityEngine.XR.ARSubsystems.SerializableGuid

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SerializableGuid ( ulong guidLow, ulong guidHigh ) : System

Constructs a SerializableGuid from two 64-bit ulongs.

ToString ( ) : string

Generates a string representation of the Guid. Same as guid.ToString(). See Microsoft's documentation for more details.

ToString ( string format ) : string

Generates a string representation of the Guid. Same as guid.ToString(format).

ToString ( string format, IFormatProvider provider ) : string

Generates a string representation of the Guid. Same as guid.ToString(format, provider).

operator ( ) : bool

Описание методов

Equals() публичный Метод

public Equals ( other ) : bool
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

SerializableGuid() публичный Метод

Constructs a SerializableGuid from two 64-bit ulongs.
public SerializableGuid ( ulong guidLow, ulong guidHigh ) : System
guidLow ulong The low 8 bytes of the Guid.
guidHigh ulong The high 8 bytes of the Guid.
Результат System

ToString() публичный Метод

Generates a string representation of the Guid. Same as guid.ToString(). See Microsoft's documentation for more details.
public ToString ( ) : string
Результат string

ToString() публичный Метод

Generates a string representation of the Guid. Same as guid.ToString(format).
public ToString ( string format ) : string
format string A single format specifier that indicates how to format the value of the Guid. /// See Microsoft's documentation /// for more details.
Результат string

ToString() публичный Метод

Generates a string representation of the Guid. Same as guid.ToString(format, provider).
public ToString ( string format, IFormatProvider provider ) : string
format string A single format specifier that indicates how to format the value of the Guid. /// See Microsoft's documentation /// for more details.
provider IFormatProvider An object that supplies culture-specific formatting information.
Результат string

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool