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

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

공개 메소드들

메소드 설명
ItemAchievement ( string key, int countToUnlock ) : UnityEngine
getCountToUnlock ( ) : int
incrementItemCount ( ) : void
isAchievementUnlocked ( ) : bool
makeTotalItemsPersistence ( ) : void

메소드 상세

ItemAchievement() 공개 메소드

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

getCountToUnlock() 공개 메소드

public getCountToUnlock ( ) : int
리턴 int

incrementItemCount() 공개 정적인 메소드

public static incrementItemCount ( ) : void
리턴 void

isAchievementUnlocked() 공개 메소드

public isAchievementUnlocked ( ) : bool
리턴 bool

makeTotalItemsPersistence() 공개 메소드

public makeTotalItemsPersistence ( ) : void
리턴 void