Version: 2020.3
言語: 日本語

IEventHandler

interface in UnityEngine.UIElements

マニュアルに切り替える

説明

Interface for class capable of handling events.

Public 関数

HandleEventHandle an event.
HasBubbleUpHandlersReturn true if event handlers for the event propagation BubbleUp phase have been attached on this object.
HasTrickleDownHandlersReturns true if event handlers, for the event propagation TrickleDown phase, are attached to this object.
SendEventSends an event to the event handler.