LoadUsers(string[], Action<IUserProfile[]>)
Load the user profiles associated with the given array of user IDs.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.GameCenterModule
public static void LoadUsers(string[] userIDs, Action<IUserProfile[]> callback)