GKLeaderboard.LoadScores(GKScoresLoadedHandler) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads scores from the Game Center and then passes them to completionHandler
, along with an error object that is null
if no error occurred.
[Foundation.Export("loadScoresWithCompletionHandler:")]
public virtual void LoadScores (GameKit.GKScoresLoadedHandler scoresLoadedHandler);
abstract member LoadScores : GameKit.GKScoresLoadedHandler -> unit
override this.LoadScores : GameKit.GKScoresLoadedHandler -> unit
Parameters
- Attributes