The block will execute when the user clicks on the target UI button object. More...
Public Member Functions | |
virtual void | Start () |
override string | GetSummary () |
Returns custom summary text for the event handler. More... | |
![]() | |
virtual bool | ExecuteBlock () |
The Event Handler should call this method when the event is detected to start executing the Block. More... | |
Protected Member Functions | |
virtual void | OnButtonClick () |
Protected Attributes | |
Button | targetButton |
![]() | |
Block | parentBlock |
Additional Inherited Members | |
![]() | |
virtual Block | ParentBlock [get, set] |
The parent Block which owns this Event Handler. More... | |
The block will execute when the user clicks on the target UI button object.
Definition at line 16 of file ButtonClicked.cs.
|
virtual |
Returns custom summary text for the event handler.
Reimplemented from Fungus.EventHandler.
Definition at line 36 of file ButtonClicked.cs.
|
protectedvirtual |
Definition at line 31 of file ButtonClicked.cs.
|
virtual |
Definition at line 23 of file ButtonClicked.cs.
|
protected |
Definition at line 19 of file ButtonClicked.cs.