Version: 2023.2
언어: 한국어
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.

생성자

StickyNoteChangeEventConstructor.

정적 함수

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.