UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform.ShowLeaderboardUI C# (CSharp) Метод

ShowLeaderboardUI() публичный статический Метод

Show the leaderboard UI with a specific leaderboard shown initially with a specific time scope selected.

public static ShowLeaderboardUI ( string leaderboardID, TimeScope timeScope ) : void
leaderboardID string
timeScope TimeScope
Результат void
        public static void ShowLeaderboardUI(string leaderboardID, TimeScope timeScope)
        {
            Debug.Log("ShowLeaderboardUI - no effect in editor");
        }
    }