C# 클래스 UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform

상속: Local, ISocialPlatform
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ResetAllAchievements() 공개 정적인 메소드

public static ResetAllAchievements ( Action callback ) : void
callback Action
리턴 void

ShowDefaultAchievementCompletionBanner() 공개 정적인 메소드

Show the default iOS banner when achievements are completed.

public static ShowDefaultAchievementCompletionBanner ( bool value ) : void
value bool
리턴 void

ShowLeaderboardUI() 공개 정적인 메소드

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
리턴 void