Version: 2017.4
Experimental: this API is experimental and might be changed or removed in the future.

CallbackEventHandler.RegisterCallback

マニュアルに切り替える
public void RegisterCallback (EventCallback<TEventType> callback, Experimental.UIElements.Capture useCapture);
public void RegisterCallback (EventCallback<TEventType,TUserArgsType> callback, TUserArgsType userArgs, Experimental.UIElements.Capture useCapture);

パラメーター

callbackThe event handler to add.
useCaptureBy default the callback will be called during the bubbling phase. Pass Capture.Capture to have the callback called during the capture phase instead.
userArgsData to pass to the callback.

説明

Add an event handler on the instance. If the handler has already been registered on the same phase (capture or bubbling), this will have no effect.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961