Declaration


public static void ClearLeaderboard(string boardId)

Parameters


string boardId The id of the leaderboard to find.

Description


Clears the leaderboard of the entered id when called

Example


private void OnEnable()
{
		LeaderboardManager.ClearLeaderboard("MyLeaderboard");
}