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.

Entry

Namespace: UnityEngine.EventSystems

Description

An Entry in the EventSystem delegates list.

It stores the callback and which event type should this callback be fired.

Variables

callback The desired UnityEvent to be Invoked.
eventID What type of event is the associated callback listening for.