Version: 2022.3
LanguageEnglish
  • C#

Range

struct in UnityEngine.SocialPlatforms

/

Implemented in:UnityEngine.GameCenterModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The score range a leaderboard query should include.

Properties

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

Constructors

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