DoopelPonger
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
UISelectAction Class Referenceabstract

Parent class for text items that can be selected by players. More...

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

Public Member Functions

void Awake ()
 Initialize references and the child object. More...
 
void DoAction ()
 The item has been selected in the menu. More...
 

Public Attributes

UIMenuController menuController
 

Protected Member Functions

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

Protected Attributes

EventManager eventManager
 

Detailed Description

Parent class for text items that can be selected by players.

Member Function Documentation

◆ Awake()

void UISelectAction.Awake ( )

Initialize references and the child object.

◆ ChildAwake()

abstract void UISelectAction.ChildAwake ( )
protectedpure virtual

◆ DoAction()

void UISelectAction.DoAction ( )

The item has been selected in the menu.

◆ DoThing()

abstract void UISelectAction.DoThing ( )
protectedpure virtual

Member Data Documentation

◆ eventManager

EventManager UISelectAction.eventManager
protected

◆ menuController

UIMenuController UISelectAction.menuController

Reference to the menuController that handles transitioning in and out of the menu.


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