PixelCrushers.DialogueSystem.Wrappers.StandardUIResponseButton 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.StandardUIResponseButton:
Collaboration diagram for PixelCrushers.DialogueSystem.Wrappers.StandardUIResponseButton:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.StandardUIResponseButton
virtual void Reset ()
 Clears the button.
 
virtual void Awake ()
 
virtual void Start ()
 
virtual void SetFormattedText (FormattedText formattedText)
 Sets the button's text using the specified formatted text.
 
virtual void SetUnformattedText (string unformattedText)
 Sets the button's text using plain text.
 
virtual void OnClick ()
 Handles a button click by calling the response handler.
 
virtual void OnSelect (BaseEventData eventData)
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.StandardUIResponseButton
UnityEngine.UI.Button button
 
UITextField label
 
bool setLabelColor = true
 
Color defaultColor = Color.white
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.StandardUIResponseButton
virtual void SetColor (Color currentColor)
 
virtual void SetCurrentResponse ()
 
- Properties inherited from PixelCrushers.DialogueSystem.StandardUIResponseButton
virtual string text [get, set]
 Gets or sets the response text element.
 
virtual bool isClickable [get, set]
 Indicates whether the button is an allowable response.
 
virtual bool isVisible [get, set]
 Indicates whether the button is shown or not.
 
virtual Response response [get, set]
 Gets or sets the response associated with this button.
 
virtual 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: