IEventHandler

interface in UnityEngine.UIElements

Cambiar al Manual

Descripción

Interface for class capable of handling events.

Funciones Públicas

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.