C# Class EnemyAchievement, unity-game-kappakiwi

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

Méthodes publiques

Méthode Description
EnemyAchievement ( string key, int countToUnlock ) : UnityEngine
getCountToUnlock ( ) : int
incrementEnemyCount ( ) : void
isAchievementUnlocked ( ) : bool
makeTotalEnemiesPersistence ( ) : void

Method Details

EnemyAchievement() public méthode

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

getCountToUnlock() public méthode

public getCountToUnlock ( ) : int
Résultat int

incrementEnemyCount() public static méthode

public static incrementEnemyCount ( ) : void
Résultat void

isAchievementUnlocked() public méthode

public isAchievementUnlocked ( ) : bool
Résultat bool

makeTotalEnemiesPersistence() public méthode

public makeTotalEnemiesPersistence ( ) : void
Résultat void