Declaration


public static int NumberOfBoards { get; }

Description


Gets the total number of leaderboards currently stored in the manager.

Example


private void OnEnable()
{
		Debug.Log(LeaderboardManager.NumberOfBoards);
}