Version: 2017.1

UnityEventTools.RegisterObjectPersistentListener

Cambiar al Manual
public static void RegisterObjectPersistentListener (Events.UnityEventBase unityEvent, int index, UnityAction<T> call, T argument);

Parámetros

unityEvent Event to modify.
index Index to modify.
call Function to call.
argument Argument to use when invoking.

Descripción

Modifies the event at the given index.