This class describes how the Infinite Runner Engine demo achievements are triggered. It extends the base class MMAchievementRules.
More...
|
| MMAchievementList | AchievementList |
| bool | PrintCurrentStatusBtn |
| virtual void | Awake () |
| | On Awake, loads the achievement list and the saved file.
|
| virtual void | OnEnable () |
| | On enable, we start listening for MMGameEvents. You may want to extend that to listen to other types of events.
|
| virtual void | OnDisable () |
| | On disable, we stop listening for MMGameEvents. You may want to extend that to stop listening to other types of events.
|
This class describes how the Infinite Runner Engine demo achievements are triggered. It extends the base class MMAchievementRules.
◆ OnMMEvent()
| override void MoreMountains.InfiniteRunnerEngine.AchievementRules.OnMMEvent |
( |
MMGameEvent | gameEvent | ) |
|
|
virtual |
The documentation for this class was generated from the following file: