UnityEventTools.AddFloatPersistentListener

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

Parámetros

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

Descripción

Adds a persistent, preset call to the listener.