Version: 2020.3
언어: 한국어
public void UnregisterCallback (EventCallback<TEventType> callback, UIElements.TrickleDown useTrickleDown);
public void UnregisterCallback (EventCallback<TEventType,TUserArgsType> callback, UIElements.TrickleDown useTrickleDown);

파라미터

callback The callback to remove.
useTrickleDown Set this parameter to true to remove the callback from the TrickleDown phase. Set this parameter to false to remove the callback from the BubbleUp phase.

설명

Remove callback from the instance.