public static Leaderboard GetLeaderboard(string boardId)
string boardId |
The id of the leaderboard to find. |
---|
Gets the leaderboard of the entered id if it exists in the manager.
private void OnEnable()
{
Leaderboard board = LeaderboardManager.GetLeaderboard("MyBoard");
}