Version: 2017.3

UnityEventTools.RegisterStringPersistentListener

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