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.

TriggerEvent

Namespace: UnityEngine.EventSystems

/

Inherits from: Events.UnityEvent_1

Description

UnityEvent class for Triggers.

Inherited members

Functions

GetPersistentEventCount Get the number of registered persistent listeners.
GetPersistentMethodName Get the target method name of the listener at index index.
GetPersistentTarget Get the target component of the listener at index index.
RemoveAllListeners Remove all listeners from the event.
SetPersistentListenerState Modify the execution state of a persistent listener.

Static Functions

GetValidMethodInfo Given an object, function name, and a list of argument types; find the method that matches.