The block will execute when the user toggles on the target UI toggle 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 | OnToggleChanged (bool state) |
Protected Attributes | |
Toggle | targetToggle |
BooleanVariable | toggleState |
![]() | |
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 toggles on the target UI toggle object.
Definition at line 16 of file ToggleChanged.cs.
|
virtual |
Returns custom summary text for the event handler.
Reimplemented from Fungus.EventHandler.
Definition at line 45 of file ToggleChanged.cs.
|
protectedvirtual |
Definition at line 35 of file ToggleChanged.cs.
|
virtual |
Definition at line 27 of file ToggleChanged.cs.
|
protected |
Definition at line 19 of file ToggleChanged.cs.
|
protected |
Definition at line 23 of file ToggleChanged.cs.