Version: 2022.3
언어: 한국어

UnityEventTools.RegisterIntPersistentListener

매뉴얼로 전환
public static void RegisterIntPersistentListener (Events.UnityEventBase unityEvent, int index, UnityAction<int> call, int argument);

파라미터

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

설명

Modifies the event at the given index.