Show / Hide Table of Contents

Class Leaderboard

Inheritance
Object
Leaderboard
Implements
ILeaderboard
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.SocialPlatforms.Impl
Assembly: UnityEngine.dll
Syntax
public class Leaderboard : ILeaderboard

Constructors

| Improve this Doc View Source

Leaderboard()

Declaration
public Leaderboard()

Properties

| Improve this Doc View Source

id

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

loading

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

localUserScore

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

maxRange

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

range

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

scores

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

timeScope

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

title

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

userScope

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

Methods

| Improve this Doc View Source

GetUserFilter()

Declaration
public string[] GetUserFilter()
Returns
Type Description
String[]
| Improve this Doc View Source

LoadScores(Action<Boolean>)

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

SetLocalUserScore(IScore)

Declaration
public void SetLocalUserScore(IScore score)
Parameters
Type Name Description
IScore score
| Improve this Doc View Source

SetMaxRange(UInt32)

Declaration
public void SetMaxRange(uint maxRange)
Parameters
Type Name Description
UInt32 maxRange
| Improve this Doc View Source

SetScores(IScore[])

Declaration
public void SetScores(IScore[] scores)
Parameters
Type Name Description
IScore[] scores
| Improve this Doc View Source

SetTitle(String)

Declaration
public void SetTitle(string title)
Parameters
Type Name Description
String title
| Improve this Doc View Source

SetUserFilter(String[])

Declaration
public void SetUserFilter(string[] userIDs)
Parameters
Type Name Description
String[] userIDs
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Implements

ILeaderboard

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