Show / Hide Table of Contents

Interface ILeaderboard

Namespace: UnityEngine.SocialPlatforms
Assembly: UnityEngine.dll
Syntax
public interface ILeaderboard

Properties

| Improve this Doc View Source

id

Declaration
string id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

loading

Declaration
bool loading { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

localUserScore

Declaration
IScore localUserScore { get; }
Property Value
Type Description
IScore
| Improve this Doc View Source

maxRange

Declaration
uint maxRange { get; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

range

Declaration
Range range { get; set; }
Property Value
Type Description
Range
| Improve this Doc View Source

scores

Declaration
IScore[] scores { get; }
Property Value
Type Description
IScore[]
| Improve this Doc View Source

timeScope

Declaration
TimeScope timeScope { get; set; }
Property Value
Type Description
TimeScope
| Improve this Doc View Source

title

Declaration
string title { get; }
Property Value
Type Description
String
| Improve this Doc View Source

userScope

Declaration
UserScope userScope { get; set; }
Property Value
Type Description
UserScope

Methods

| Improve this Doc View Source

LoadScores(Action<Boolean>)

Declaration
void LoadScores(Action<bool> callback)
Parameters
Type Name Description
Action<Boolean> callback
| Improve this Doc View Source

SetUserFilter(String[])

Declaration
void SetUserFilter(string[] userIDs)
Parameters
Type Name Description
String[] userIDs

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX