The members of GameKit.GKScore are listed below.
See Also: Inherited members from Foundation.NSObject
GKScore() | Default constructor that initializes a new instance of this class with no parameters. | |
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| Category | string. Documentation for this section has not yet been entered. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Context | ulong. Documentation for this section has not yet been entered. | |
| [read-only] | Date | Foundation.NSDate. Documentation for this section has not yet been entered. |
| [read-only] | FormattedValue | string. Documentation for this section has not yet been entered. |
| LeaderboardIdentifier | string. Documentation for this section has not yet been entered. | |
| [read-only] | Player | GKPlayer. Documentation for this section has not yet been entered. |
| [read-only] | Rank | nint. Documentation for this section has not yet been entered. |
| ShouldSetDefaultLeaderboard | bool. Documentation for this section has not yet been entered. | |
| Value | long. Documentation for this section has not yet been entered. |
ChallengeComposeController(string, GKPlayer[], GKChallengeComposeHandler)Documentation for this section has not yet been entered. | ||
ChallengeComposeController(string[], string, GKChallengeComposeHandler)Documentation for this section has not yet been entered. | ||
EncodeTo(Foundation.NSCoder)Encodes the state of the object on the provided encoder | ||
IssueChallengeToPlayers(string[], string)Documentation for this section has not yet been entered. | ||
ReportScore(Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
ReportScoreAsync()Documentation for this section has not yet been entered. | ||
static | ReportScores(GKScore[], Action<Foundation.NSError>)Reports the provides scores back to GameCenter | |
static | ReportScores(GKScore[], GKChallenge[], Action<Foundation.NSError>)Reports the provides scores back to GameCenter | |
static | ReportScoresAsync(GKScore[])Reports the provides scores back to GameCenter | |
static | ReportScoresAsync(GKScore[], GKChallenge[])Documentation for this section has not yet been entered. | |