C# Class ItemAchievement, unity-game-kappakiwi

Inheritance: Achievement
Datei anzeigen Open project: clee842/unity-game-kappakiwi Class Usage Examples

Public Methods

Method Description
ItemAchievement ( string key, int countToUnlock ) : UnityEngine
getCountToUnlock ( ) : int
incrementItemCount ( ) : void
isAchievementUnlocked ( ) : bool
makeTotalItemsPersistence ( ) : void

Method Details

ItemAchievement() public method

public ItemAchievement ( string key, int countToUnlock ) : UnityEngine
key string
countToUnlock int
return UnityEngine

getCountToUnlock() public method

public getCountToUnlock ( ) : int
return int

incrementItemCount() public static method

public static incrementItemCount ( ) : void
return void

isAchievementUnlocked() public method

public isAchievementUnlocked ( ) : bool
return bool

makeTotalItemsPersistence() public method

public makeTotalItemsPersistence ( ) : void
return void