Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.Wrappers.UnityUIButtonTemplate 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.QuestMachine.Wrappers.UnityUIButtonTemplate:
Collaboration diagram for PixelCrushers.QuestMachine.Wrappers.UnityUIButtonTemplate:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.QuestMachine.UnityUIButtonTemplate
override void Awake ()
 
virtual void Assign (Sprite sprite, int count, string caption, List< QuestAction > actions)
 
virtual void Assign (Sprite sprite, Color color, int count, string caption, List< QuestAction > actions)
 
virtual void Assign (Sprite sprite, string caption, List< QuestAction > actions)
 
virtual void Assign (Sprite sprite, int count, string caption, UnityAction unityAction)
 
virtual void Assign (Sprite sprite, string caption, UnityAction unityAction)
 
- Public Member Functions inherited from PixelCrushers.QuestMachine.UnityUIIconTemplate
virtual void Assign (Sprite sprite, int count, string caption)
 
virtual void Assign (Sprite sprite, Color color, int count, string caption)
 
- Public Member Functions inherited from PixelCrushers.QuestMachine.UnityUIContentTemplate
virtual void Despawn ()
 
- Protected Member Functions inherited from PixelCrushers.QuestMachine.UnityUIButtonTemplate
virtual void ExecuteActions ()
 
- Properties inherited from PixelCrushers.QuestMachine.UnityUIButtonTemplate
UnityEngine.UI.Button button [get, set]
 Button UI element.
 
List< QuestActionactions [get, set]
 
int groupNumber [get, set]
 Group number this button belongs to, or -1 if none.
 
- Properties inherited from PixelCrushers.QuestMachine.UnityUIIconTemplate
UnityEngine.UI.Image image [get, set]
 Image UI element for icon's image.
 
UITextField countText [get, set]
 Text UI element for count.
 
UITextField captionText [get, set]
 Text UI element for icon's caption.
 

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: