C# 클래스 PlatformAchievement, unity-game-kappakiwi

상속: Achievement
파일 보기 프로젝트 열기: clee842/unity-game-kappakiwi 1 사용 예제들

공개 메소드들

메소드 설명
PlatformAchievement ( string key, int countToUnlock ) : UnityEngine
displayMessage ( ) : void
getCountToUnlock ( ) : int
incrementPlatformCount ( ) : void
isAchievementUnlocked ( ) : bool
makeTotalPlatformsPersistence ( ) : void

메소드 상세

PlatformAchievement() 공개 메소드

public PlatformAchievement ( string key, int countToUnlock ) : UnityEngine
key string
countToUnlock int
리턴 UnityEngine

displayMessage() 공개 메소드

public displayMessage ( ) : void
리턴 void

getCountToUnlock() 공개 메소드

public getCountToUnlock ( ) : int
리턴 int

incrementPlatformCount() 공개 정적인 메소드

public static incrementPlatformCount ( ) : void
리턴 void

isAchievementUnlocked() 공개 메소드

public isAchievementUnlocked ( ) : bool
리턴 bool

makeTotalPlatformsPersistence() 공개 메소드

public makeTotalPlatformsPersistence ( ) : void
리턴 void