Callback
: Action
[Get][Set] |
The callback that is invoked upon clicking the button UI (from the overriden OnPointerClick function).
Signature
Action Callback |
OnHoverChanged
()
|
Signature
override void OnHoverChanged() Returns override void |
OnPointerClick
()
|
The overriden function from the PointerHandler ancestor class.
Invoking the Callback within the same class.
Signature
override void OnPointerClick() Returns override void |