C# Class PlatformAchievement, unity-game-kappakiwi

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

Public Methods

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

Method Details

PlatformAchievement() public method

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

displayMessage() public method

public displayMessage ( ) : void
return void

getCountToUnlock() public method

public getCountToUnlock ( ) : int
return int

incrementPlatformCount() public static method

public static incrementPlatformCount ( ) : void
return void

isAchievementUnlocked() public method

public isAchievementUnlocked ( ) : bool
return bool

makeTotalPlatformsPersistence() public method

public makeTotalPlatformsPersistence ( ) : void
return void