Version: 2017.3

UnityEventTools.RegisterFloatPersistentListener

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