UnityEventTools.AddBoolPersistentListener

Cambiar al Manual
public static void AddBoolPersistentListener (Events.UnityEventBase unityEvent, UnityAction<bool> call, bool argument);

Parámetros

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

Descripción

Adds a persistent, preset call to the listener.