UnityEventTools.RegisterFloatPersistentListener

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

Parameters

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

Description 描述

Modifies the event at the given index.