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

Показать файл Открыть проект

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

Свойство Тип Описание
ResultItem string
ResultItemType ResultTableNodeType
Weight int

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

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

Either an ItemId, or the TableId of another random result table
public string ResultItem
Результат string

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

Whether this entry in the table is an item or a link to another table
public ResultTableNodeType ResultItemType
Результат ResultTableNodeType

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

How likely this is to be rolled - larger numbers add more weight
public int Weight
Результат int