Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Range

The score range a leaderboard query should include.
Read time 1 minuteLast updated 6 days ago

Definition

Warning
Deprecated. Range is deprecated and will be removed in a future release.
public struct Range

Fields

Value

Description

countThe total amount of scores retreived.
fromThe rank of the first score which is returned.

Constructors

Constructor

Description

Range(System.Int32,System.Int32)Constructor for a score range, the range starts from a specific value and contains a maxium score count.