This version of Unity is unsupported.

UnityEventTools.AddFloatPersistentListener

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

Parameters

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

Description

Adds a persistent, preset call to the listener.