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

StickyNoteChangeEvent

class in UnityEditor.Experimental.GraphView

切换到手册

描述

The event sent when a [StickyNote] was changed.

变量

changeThe type of change that occured.

构造函数

StickyNoteChangeEvent构造函数。

静态函数

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