Version: 2017.1

UnityEventTools.RegisterIntPersistentListener

Cambiar al Manual
public static void RegisterIntPersistentListener (Events.UnityEventBase unityEvent, int index, UnityAction<int> call, int 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.