UnityEngine.Social.LoadAchievements C# (CSharp) Method

LoadAchievements() public static method

public static LoadAchievements ( Action callback ) : void
callback Action
return void
        public static void LoadAchievements(Action<IAchievement[]> callback)
        {
            Active.LoadAchievements(callback);
        }