UnityEventTools.RegisterObjectPersistentListener

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