C# Class UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform

Inheritance: Local, ISocialPlatform
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ResetAllAchievements ( Action callback ) : void
ShowDefaultAchievementCompletionBanner ( bool value ) : void

Show the default iOS banner when achievements are completed.

ShowLeaderboardUI ( string leaderboardID, TimeScope timeScope ) : void

Show the leaderboard UI with a specific leaderboard shown initially with a specific time scope selected.

Method Details

ResetAllAchievements() public static méthode

public static ResetAllAchievements ( Action callback ) : void
callback Action
Résultat void

ShowDefaultAchievementCompletionBanner() public static méthode

Show the default iOS banner when achievements are completed.

public static ShowDefaultAchievementCompletionBanner ( bool value ) : void
value bool
Résultat void

ShowLeaderboardUI() public static méthode

Show the leaderboard UI with a specific leaderboard shown initially with a specific time scope selected.

public static ShowLeaderboardUI ( string leaderboardID, TimeScope timeScope ) : void
leaderboardID string
timeScope TimeScope
Résultat void