C# Class UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform

Inheritance: Local, ISocialPlatform
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method 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 method

public static ResetAllAchievements ( Action callback ) : void
callback Action
return void

ShowDefaultAchievementCompletionBanner() public static method

Show the default iOS banner when achievements are completed.

public static ShowDefaultAchievementCompletionBanner ( bool value ) : void
value bool
return void

ShowLeaderboardUI() public static method

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
return void