|
My Project
|
Classes | |
| struct | MatchHistory |
| struct | PlayerRating |
| struct | PlayerStats |
Public Member Functions | |
| void | Master_SendEvent_AllStats () |
| void | GetLeaderboard (string statisticName, int resultsCount, ScrollableList list) |
| void | GetLeaderboardResult (GetLeaderboardResult result) |
| void | GetPlayerStatistics (ScrollableList list, Action OnSuccess) |
| void | GetStatisticsResult (GetPlayerStatisticsResult result) |
| void | AddRankedStats (PlayerStats stats, ScrollableList list) |
| void | ClearPlayfabUsernames () |
| void | SetTextAsPlayfabUsername (Text component, string playFabId) |
Static Public Member Functions | |
| static float | GetRank (float mu, float sigma) |
| static double | GetRank (double mu, double sigma) |
Public Attributes | |
| List< MatchHistory > | history |
| PlayerStats | playerStats |
| List< PlayerRating > | playersRatings |
Static Public Attributes | |
| static MatchmakingAPI.RatingData | myRatingData |
Additional Inherited Members | |
Static Protected Attributes inherited from Teal.MonoSingleton< Leaderboards > | |
| static T | _instance |
Properties inherited from Teal.MonoSingleton< Leaderboards > | |
| static T | Get [get] |
| Returns the singleton instance. | |