Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

Dropdown.OnCancel

public void OnCancel(EventSystems.BaseEventData eventData);

Description

Called by a BaseInputModule when a Cancel event occurs.

This will hide the dropdown list. See ICancelHandler.OnCancel.