Exemple #1
0
 // Gets GameCenterPlayer objects for all the given playerIds and optionally loads the profile images asynchronously
 public void LoadPlayerData(string[] playerIdArray, bool shouldLoadProfileImages, bool shouldLoadLargeProfileImages = true)
 {
     GameCenterBinding.loadPlayerData(playerIdArray, shouldLoadProfileImages, shouldLoadLargeProfileImages);
 }