UnityEventTools.RegisterBoolPersistentListener

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