UnityEngine.Social.LoadScores C# (CSharp) Method

LoadScores() public static method

public static LoadScores ( string leaderboardID, Action callback ) : void
leaderboardID string
callback Action
return void
        public static void LoadScores(string leaderboardID, Action<IScore[]> callback)
        {
            Active.LoadScores(leaderboardID, callback);
        }