uDialog  1.07
UI.Dialogs.uDialog_Button_Data Class Reference

This class defines data used to create/update uDialog_Button objects More...

Public Member Functions

 uDialog_Button_Data ()
 
void Update ()
 

Public Attributes

string ButtonText
 
bool Interactable = true
 
UnityAction OnClick
 A UnityAction to be called when this button is clicked - Used for adding events through code. More...
 
Button.ButtonClickedEvent OnClickEvent
 A Unity ButtonClickedEvent to be called when this button is clicked - Used for adding events in the editor. More...
 
uDialog_Button Button
 

Properties

string Guid [get, protected set]
 

Detailed Description

This class defines data used to create/update uDialog_Button objects

Constructor & Destructor Documentation

UI.Dialogs.uDialog_Button_Data.uDialog_Button_Data ( )

Member Function Documentation

void UI.Dialogs.uDialog_Button_Data.Update ( )

Member Data Documentation

uDialog_Button UI.Dialogs.uDialog_Button_Data.Button
string UI.Dialogs.uDialog_Button_Data.ButtonText
bool UI.Dialogs.uDialog_Button_Data.Interactable = true
UnityAction UI.Dialogs.uDialog_Button_Data.OnClick

A UnityAction to be called when this button is clicked - Used for adding events through code.

Button.ButtonClickedEvent UI.Dialogs.uDialog_Button_Data.OnClickEvent

A Unity ButtonClickedEvent to be called when this button is clicked - Used for adding events in the editor.

Property Documentation

string UI.Dialogs.uDialog_Button_Data.Guid
getprotected set

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