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

StickyNoteChangeEvent.GetPooled(StickyNote,Change)

切换到手册

参数

target The target [StickyNote].
change The type of change.

返回

void 返回已初始化的事件。

描述

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