Version: 2017.1

UnityEventTools.AddBoolPersistentListener

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

Parámetros

unityEvent Event to modify.
call Function to call.
argument Argument to use when invoking.

Descripción

Adds a persistent, preset call to the listener.