C# Класс PlayFab.ServerModels.UpdatePlayerStatisticsRequest

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

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

Свойство Тип Описание
ForceUpdate bool?
PlayFabId string
Statistics List

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

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

Indicates whether the statistics provided should be set, regardless of the aggregation method set on the statistic. Default is false.
public bool? ForceUpdate
Результат bool?

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

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string

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

Statistics to be updated with the provided values
public List Statistics
Результат List