Interface ILeaderboard
Assembly: UnityEngine.dll
public interface ILeaderboard
Properties
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
IScore localUserScore { get; }
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
Range range { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
TimeScope timeScope { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
|
Improve this Doc
View Source
Declaration
UserScope userScope { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
void LoadScores(Action<bool> callback)
Parameters
|
Improve this Doc
View Source
Declaration
void SetUserFilter(string[] userIDs)
Parameters
Type |
Name |
Description |
String[] |
userIDs |
|
Extension Methods