Version: 2022.3
언어: 한국어

UnityEventTools.AddIntPersistentListener

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

파라미터

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

설명

Adds a persistent, preset call to the listener.