Version: 2021.1
public static UIElements.MouseDownEvent GetPooled (Event systemEvent);

参数

systemEvent IMGUI 鼠标事件。

返回

MouseDownEvent 已初始化的事件。

描述

从事件池获取事件并用给定值初始化。请使用此函数而不是创建新事件。需要将使用此方法获取的事件释放回池中。可以使用 `Dispose()` 进行释放。