Range
The score range a leaderboard query should include.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.SocialPlatforms
- Assembly: UnityEngine.GameCenterModule
public struct Range
Fields
Value | Description |
|---|---|
| count | The total amount of scores retreived. |
| from | The 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. |