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

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

공개 메소드들

메소드 설명
PlayAchievement ( string key, int countToUnlock ) : UnityEngine
getCountToUnlock ( ) : int
incrementPlayCount ( ) : void
isAchievementUnlocked ( ) : bool
makeTotalPlaysPersistence ( ) : void

메소드 상세

PlayAchievement() 공개 메소드

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

getCountToUnlock() 공개 메소드

public getCountToUnlock ( ) : int
리턴 int

incrementPlayCount() 공개 정적인 메소드

public static incrementPlayCount ( ) : void
리턴 void

isAchievementUnlocked() 공개 메소드

public isAchievementUnlocked ( ) : bool
리턴 bool

makeTotalPlaysPersistence() 공개 메소드

public makeTotalPlaysPersistence ( ) : void
리턴 void