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

IEventHandler

interface in UnityEngine.Experimental.UIElements

Cambiar al Manual

Descripción

Interface for class capable of handling events.

Funciones Públicas

HandleEventHandle an event.
HasBubbleHandlersReturn true if event handlers for the event propagation bubble up phase have been attached on this object.
HasCaptureHandlersReturn true if event handlers for the event propagation capture phase have been attached on this object.
OnLostCaptureCallback executed when the event handler loses the capture.