Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Button.onClick

Switch to Manual
public var onClick: UI.Button.ButtonClickedEvent;

Description

UnityEvent to be fired when the buttons is pressed.

Note: Fires on MouseUp after MouseDown on the same object.