C# Class EnemyAchievement, unity-game-kappakiwi

Inheritance: Achievement
ファイルを表示 Open project: clee842/unity-game-kappakiwi Class Usage Examples

Public Methods

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

Method Details

EnemyAchievement() public method

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

getCountToUnlock() public method

public getCountToUnlock ( ) : int
return int

incrementEnemyCount() public static method

public static incrementEnemyCount ( ) : void
return void

isAchievementUnlocked() public method

public isAchievementUnlocked ( ) : bool
return bool

makeTotalEnemiesPersistence() public method

public makeTotalEnemiesPersistence ( ) : void
return void