C# Class AchievementHandler, Team4BabelGame

Inheritance: MonoBehaviour
ファイルを表示 Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
achievement GameObject

Public Methods

Method Description
RefreshAchievements ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

RefreshAchievements() public method

public RefreshAchievements ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

achievement public_oe property

public GameObject achievement
return GameObject