C# Класс UnityEngine.SocialPlatforms.Range

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

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

Свойство Тип Описание
count int
from int

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

Метод Описание
Range ( int fromValue, int valueCount ) : System

Constructor for a score range, the range starts from a specific value and contains a maxium score count.

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

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

Constructor for a score range, the range starts from a specific value and contains a maxium score count.

public Range ( int fromValue, int valueCount ) : System
fromValue int The minimum allowed value.
valueCount int The number of possible values.
Результат System

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

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

The total amount of scores retreived.

public int count
Результат int

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

The rank of the first score which is returned.

public int from
Результат int