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

Script language

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

UnityEventTools.AddPersistentListener

public static void AddPersistentListener(Events.UnityEventBase unityEvent);
public static void AddPersistentListener(Events.UnityEvent unityEvent, Events.UnityAction call);
public static void AddPersistentListener(Events.UnityEvent_1 unityEvent, Events.UnityAction_1 call);
public static void AddPersistentListener(Events.UnityEvent_2 unityEvent, Events.UnityAction_2 call);
public static void AddPersistentListener(Events.UnityEvent_3 unityEvent, Events.UnityAction_3 call);
public static void AddPersistentListener(Events.UnityEvent_4 unityEvent, Events.UnityAction_4 call);

Parameters

unityEventEvent to modify.
callFunction to call.

Description

Adds a persistent, call to the listener. Will be invoked with the arguments as defined by the Event and sent from the call location.

Did you find this page useful? Please give it a rating: