C# Класс PlayFab.ClientModels.LoginWithGameCenterRequest

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

Открытые свойства

Свойство Тип Описание
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
PlayerId string
TitleId string

Описание свойств

CreateAccount публичное свойство

Automatically create a PlayFab account if one is not currently linked to this Game Center id.
public bool? CreateAccount
Результат bool?

InfoRequestParameters публичное свойство

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
Результат GetPlayerCombinedInfoRequestParams

PlayerId публичное свойство

Unique Game Center player id.
public string PlayerId
Результат string

TitleId публичное свойство

Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
public string TitleId
Результат string