Protected Member Functions | List of all members
Office.Scripts.LoadButton Class Reference

The Load button component of the office scene. Manages the action of loading a quick save. More...

Inheritance diagram for Office.Scripts.LoadButton:
Components.HoverableButton

Protected Member Functions

override void Start ()
 The load button of the 'Office' scene. Called when this component gets initialized, it instructs the base instance to call M:Office.Scripts.LoadButton.LoadSaveGameAndReload, which loads the latest save game and reload the scene (the office). More...
 

Additional Inherited Members

- Public Member Functions inherited from Components.HoverableButton
override void OnPointerEnter (PointerEventData eventData)
 Fires the hover event whenever the mouse enters. More...
 
- Properties inherited from Components.HoverableButton
UnityEvent onHover [get, set]
 

Detailed Description

The Load button component of the office scene. Manages the action of loading a quick save.

Member Function Documentation

override void Office.Scripts.LoadButton.Start ( )
inlineprotected

The load button of the 'Office' scene. Called when this component gets initialized, it instructs the base instance to call M:Office.Scripts.LoadButton.LoadSaveGameAndReload, which loads the latest save game and reload the scene (the office).


The documentation for this class was generated from the following file: