C# Class PlayAchievement, unity-game-kappakiwi

Inheritance: Achievement
Mostra file Open project: clee842/unity-game-kappakiwi Class Usage Examples

Public Methods

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

Method Details

PlayAchievement() public method

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

getCountToUnlock() public method

public getCountToUnlock ( ) : int
return int

incrementPlayCount() public static method

public static incrementPlayCount ( ) : void
return void

isAchievementUnlocked() public method

public isAchievementUnlocked ( ) : bool
return bool

makeTotalPlaysPersistence() public method

public makeTotalPlaysPersistence ( ) : void
return void