UnityEngine.Social.ShowLeaderboardUI C# (CSharp) Method

ShowLeaderboardUI() public static method

Show a default/system view of the games leaderboards.

public static ShowLeaderboardUI ( ) : void
return void
        public static void ShowLeaderboardUI()
        {
            Active.ShowLeaderboardUI();
        }