C# Class Achievements, codevember2015

Inheritance: MonoBehaviour
显示文件 Open project: p-schulz/codevember2015 Class Usage Examples

Public Properties

Property Type Description
Bircircle GameObject
CheGuefinger GameObject
ComesBackAround GameObject
FingerLickingGood GameObject
FuckTheSystem GameObject
Kreiselficker GameObject
MultiFingering GameObject
TheNewB GameObject
TheySeeMeRollin GameObject
WhatGoesAround GameObject
achievementGO GameObject
gameoverGO GameObject
header GameObject
main_text GameObject
menu GameObject

Public Methods

Method Description
GetAchievementGos ( ) : List
GetOnetime ( ) : bool
GetPossibleAchievements ( ) : List
GetRecentUnlockedAchievements ( ) : List
GetUnlockedAchievements ( ) : List
SetOneTimeAndCleanRecent ( ) : void
Start ( ) : void
ToggleAchievement ( ) : void
UnlockAchievement ( string s ) : void

Private Methods

Method Description
SetHeader ( ) : void

Method Details

GetAchievementGos() public method

public GetAchievementGos ( ) : List
return List

GetOnetime() public method

public GetOnetime ( ) : bool
return bool

GetPossibleAchievements() public method

public GetPossibleAchievements ( ) : List
return List

GetRecentUnlockedAchievements() public method

public GetRecentUnlockedAchievements ( ) : List
return List

GetUnlockedAchievements() public method

public GetUnlockedAchievements ( ) : List
return List

SetOneTimeAndCleanRecent() public method

public SetOneTimeAndCleanRecent ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ToggleAchievement() public method

public ToggleAchievement ( ) : void
return void

UnlockAchievement() public method

public UnlockAchievement ( string s ) : void
s string
return void

Property Details

Bircircle public_oe property

public GameObject Bircircle
return GameObject

CheGuefinger public_oe property

public GameObject CheGuefinger
return GameObject

ComesBackAround public_oe property

public GameObject ComesBackAround
return GameObject

FingerLickingGood public_oe property

public GameObject FingerLickingGood
return GameObject

FuckTheSystem public_oe property

public GameObject FuckTheSystem
return GameObject

Kreiselficker public_oe property

public GameObject Kreiselficker
return GameObject

MultiFingering public_oe property

public GameObject MultiFingering
return GameObject

TheNewB public_oe property

public GameObject TheNewB
return GameObject

TheySeeMeRollin public_oe property

public GameObject TheySeeMeRollin
return GameObject

WhatGoesAround public_oe property

public GameObject WhatGoesAround
return GameObject

achievementGO public_oe property

public GameObject achievementGO
return GameObject

gameoverGO public_oe property

public GameObject gameoverGO
return GameObject

header public_oe property

public GameObject header
return GameObject

main_text public_oe property

public GameObject main_text
return GameObject

menu public_oe property

public GameObject menu
return GameObject