DoopelPonger
Public Attributes | Protected Member Functions | List of all members
UIResume Class Reference

Selection action used to resume the game from the pause menu. More...

Inheritance diagram for UIResume:
Inheritance graph
[legend]
Collaboration diagram for UIResume:
Collaboration graph
[legend]

Public Attributes

EventManager.EventType resumeEvent
 
- Public Attributes inherited from UISelectAction
UIMenuController menuController
 

Protected Member Functions

override void ChildAwake ()
 Method called in the parent object's awake method. More...
 
override void DoThing ()
 Action to perform when the item has been selected. More...
 

Additional Inherited Members

- Public Member Functions inherited from UISelectAction
void Awake ()
 Initialize references and the child object. More...
 
void DoAction ()
 The item has been selected in the menu. More...
 
- Protected Attributes inherited from UISelectAction
EventManager eventManager
 

Detailed Description

Selection action used to resume the game from the pause menu.

Member Function Documentation

◆ ChildAwake()

override void UIResume.ChildAwake ( )
protectedvirtual

Method called in the parent object's awake method.

Implements UISelectAction.

◆ DoThing()

override void UIResume.DoThing ( )
protectedvirtual

Action to perform when the item has been selected.

Implements UISelectAction.

Member Data Documentation

◆ resumeEvent

EventManager.EventType UIResume.resumeEvent

Event to publish when the item has been selected.


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