C# Class PlatformAchievement, unity-game-kappakiwi

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

Méthodes publiques

Méthode Description
PlatformAchievement ( string key, int countToUnlock ) : UnityEngine
displayMessage ( ) : void
getCountToUnlock ( ) : int
incrementPlatformCount ( ) : void
isAchievementUnlocked ( ) : bool
makeTotalPlatformsPersistence ( ) : void

Method Details

PlatformAchievement() public méthode

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

displayMessage() public méthode

public displayMessage ( ) : void
Résultat void

getCountToUnlock() public méthode

public getCountToUnlock ( ) : int
Résultat int

incrementPlatformCount() public static méthode

public static incrementPlatformCount ( ) : void
Résultat void

isAchievementUnlocked() public méthode

public isAchievementUnlocked ( ) : bool
Résultat bool

makeTotalPlatformsPersistence() public méthode

public makeTotalPlatformsPersistence ( ) : void
Résultat void