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

EventBase<T0>.GetPooled

切换到手册
public static T GetPooled ();

返回

T 返回已初始化的事件。

描述

从事件池中获取一个事件。请使用此函数而不是创建新事件。应使用 Dispose() 将从此方法获取的事件释放回池中。