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

IEventHandler

interface in UnityEngine.Experimental.UIElements

切换到手册

描述

使类能够处理事件的接口。

公共函数

HandleEvent处理事件。
HasBubbleUpHandlers如果事件传播 BubbleUp 阶段的事件处理程序已附加到此对象,则返回 true。
HasTrickleDownHandlers如果事件传播 TrickleDown 阶段的事件处理程序已附加到此对象,则返回 true。
SendEvent将事件发送到事件处理程序。