C# Class PlayAchievement, unity-game-kappakiwi

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

Méthodes publiques

Méthode Description
PlayAchievement ( string key, int countToUnlock ) : UnityEngine
getCountToUnlock ( ) : int
incrementPlayCount ( ) : void
isAchievementUnlocked ( ) : bool
makeTotalPlaysPersistence ( ) : void

Method Details

PlayAchievement() public méthode

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

getCountToUnlock() public méthode

public getCountToUnlock ( ) : int
Résultat int

incrementPlayCount() public static méthode

public static incrementPlayCount ( ) : void
Résultat void

isAchievementUnlocked() public méthode

public isAchievementUnlocked ( ) : bool
Résultat bool

makeTotalPlaysPersistence() public méthode

public makeTotalPlaysPersistence ( ) : void
Résultat void