Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

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

UI.Button.onClick

Switch to Manual
public var onClick: ButtonClickedEvent;

Description

UnityEvent to be fired when the buttons is pressed.

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