internal static extern /* from(ScorePage_ScorePageToken_t) */ IntPtr LeaderboardManager_ScorePageToken(
     HandleRef self,
     /* from(char const *) */ string leaderboard_id,
     /* from(LeaderboardStart_t) */ Types.LeaderboardStart start,
     /* from(LeaderboardTimeSpan_t) */ Types.LeaderboardTimeSpan time_span,
     /* from(LeaderboardCollection_t) */ Types.LeaderboardCollection collection);
Beispiel #2
0
 internal static extern IntPtr LeaderboardManager_ScorePageToken(HandleRef self, string leaderboard_id, Types.LeaderboardStart start, Types.LeaderboardTimeSpan time_span, Types.LeaderboardCollection collection);