Version: 2021.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コンストラクター

Static 関数

GetPooledGets an event from the event pool and initializes it with the given values. Use this function instead of creating new events. Events obtained using this method need to be released back to the pool. You can use `Dispose()` to release them.