Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
KSP.UI.Screens.MessageSystemPopup Class Reference
Inheritance diagram for KSP.UI.Screens.MessageSystemPopup:

Public Types

enum  ButtonTypes { ButtonTypes.DISCARDCLOSE = 1 }
 

Public Member Functions

void Hide ()
 
delegate void OnDiscard ()
 
delegate void OnShowNext (bool discardSelected)
 
delegate void OnShowPrevious (bool discardSelected)
 
void Show (string title, string text, OnDiscard onDiscard, OnShowNext onShowNext, OnShowPrevious onShowPrevious)
 

Static Public Member Functions

static MessageSystemPopup InstantiateFromPrefab (MessageSystemPopup prefab)
 

Public Attributes

EventTrigger background
 
Button btnClose
 
Button btnDiscard
 
Button btnNext
 
Button btnPrevious
 
OnDiscard onDiscard
 
OnShowNext onShowNext
 
OnShowPrevious onShowPrevious
 
TMPro.TextMeshProUGUI textArea
 
TMPro.TextMeshProUGUI title
 

Properties

bool Showing [get]
 

Member Enumeration Documentation

enum KSP.UI.Screens.MessageSystemPopup.ButtonTypes
Enumerator
DISCARDCLOSE 

Member Function Documentation

void KSP.UI.Screens.MessageSystemPopup.Hide ( )
inline
static MessageSystemPopup KSP.UI.Screens.MessageSystemPopup.InstantiateFromPrefab ( MessageSystemPopup  prefab)
inlinestatic
delegate void KSP.UI.Screens.MessageSystemPopup.OnDiscard ( )
delegate void KSP.UI.Screens.MessageSystemPopup.OnShowNext ( bool  discardSelected)
delegate void KSP.UI.Screens.MessageSystemPopup.OnShowPrevious ( bool  discardSelected)
void KSP.UI.Screens.MessageSystemPopup.Show ( string  title,
string  text,
OnDiscard  onDiscard,
OnShowNext  onShowNext,
OnShowPrevious  onShowPrevious 
)
inline

Member Data Documentation

EventTrigger KSP.UI.Screens.MessageSystemPopup.background
Button KSP.UI.Screens.MessageSystemPopup.btnClose
Button KSP.UI.Screens.MessageSystemPopup.btnDiscard
Button KSP.UI.Screens.MessageSystemPopup.btnNext
Button KSP.UI.Screens.MessageSystemPopup.btnPrevious
OnDiscard KSP.UI.Screens.MessageSystemPopup.onDiscard
OnShowNext KSP.UI.Screens.MessageSystemPopup.onShowNext
OnShowPrevious KSP.UI.Screens.MessageSystemPopup.onShowPrevious
TMPro.TextMeshProUGUI KSP.UI.Screens.MessageSystemPopup.textArea
TMPro.TextMeshProUGUI KSP.UI.Screens.MessageSystemPopup.title

Property Documentation

bool KSP.UI.Screens.MessageSystemPopup.Showing
get

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