UnityEngine.Social.LoadAchievementDescriptions C# (CSharp) Method

LoadAchievementDescriptions() public static method

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