Version: 2017.1

UnityEventTools.RegisterBoolPersistentListener

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