UnityEventTools.RegisterIntPersistentListener

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

Parámetros

unityEventEvent to modify.
indexIndex to modify.
callFunction to call.
argumentArgument to use when invoking.

Descripción

Modifies the event at the given index.