This version of Unity is unsupported.

Button.clicked

Description

Callback triggered when the button is clicked.

This is a shortcut for modifying Clickable.clicked. It is provided as a convenience. When you add or remove actions from clicked, it adds or removes them from Clickable.clicked automatically.