IEventHandler

interface in UnityEngine.UIElements

Description

Interface for class capable of handling events.

Public Methods

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答