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.

UnityEventBase

Namespace: UnityEngine.Events

Description

Abstract base class for UnityEvents.

This class provides the base functionality for the UnityEvents.

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.