PixelCrushers.DialogueSystem.Wrappers.UnityUIResponseButton Class Reference

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.DialogueSystem.Wrappers.UnityUIResponseButton:
Collaboration diagram for PixelCrushers.DialogueSystem.Wrappers.UnityUIResponseButton:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.UnityUIResponseButton
void Reset ()
 Clears the button.
 
void Awake ()
 
void SetFormattedText (FormattedText formattedText)
 Sets the button's text using the specified formatted text.
 
void SetUnformattedText (string unformattedText)
 Sets the button's text using plain text.
 
void OnClick ()
 Handles a button click by calling the response handler.
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.UnityUIResponseButton
UnityEngine.UI.Button button
 The UnityUI button.
 
UnityEngine.UI.Text label
 The UnityUI label that will display the response text.
 
Color defaultColor = Color.white
 The default color for response text.
 
bool setButtonColor = false
 Set true to set the button color when applying emphasis tags.
 
bool setLabelColor = true
 Set true to set the label color when applying emphasis tags.
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.UnityUIResponseButton
virtual void SetColor (Color currentColor)
 
- Properties inherited from PixelCrushers.DialogueSystem.UnityUIResponseButton
string Text [get, set]
 Gets or sets the response text.
 
bool clickable [get, set]
 Indicates whether the button is an allowable response.
 
bool visible [get, set]
 Indicates whether the button is shown or not.
 
Response response [get, set]
 Gets or sets the response associated with this button.
 
Transform target [get, set]
 Gets or sets the target that will receive click notifications.
 

Detailed Description

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class.


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