Class ISN_GKScoreLoadResult
Inheritance
System.Object
ISN_GKScoreLoadResult
Namespace: SA.iOS.GameKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_GKScoreLoadResult : SA_Result
Properties
Leaderboard
Update Leaderboard request
Declaration
public ISN_GKLeaderboard Leaderboard { get; }
Property Value
Type | Description |
---|---|
ISN_GKLeaderboard |
Scores
An array of ISN_GKScore objects that holds the requested scores. If an error occurred, this value may be non-nil. In this case, the array holds whatever score data could be retrieved from Game Center before the error occurred.
Declaration
public List<ISN_GKScore> Scores { get; }
Property Value
Type | Description |
---|---|
List<ISN_GKScore> |