C# Class ItemAchievement, unity-game-kappakiwi

Inheritance: Achievement
Afficher le fichier Open project: clee842/unity-game-kappakiwi Class Usage Examples

Méthodes publiques

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

Method Details

ItemAchievement() public méthode

public ItemAchievement ( string key, int countToUnlock ) : UnityEngine
key string
countToUnlock int
Résultat UnityEngine

getCountToUnlock() public méthode

public getCountToUnlock ( ) : int
Résultat int

incrementItemCount() public static méthode

public static incrementItemCount ( ) : void
Résultat void

isAchievementUnlocked() public méthode

public isAchievementUnlocked ( ) : bool
Résultat bool

makeTotalItemsPersistence() public méthode

public makeTotalItemsPersistence ( ) : void
Résultat void