StickyNoteChangeEvent
The event sent when a [StickyNote] was changed.
Read time 2 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
- Inherits from: EventBase<StickyNoteChangeEvent>
- Implements: IDisposable
public class StickyNoteChangeEvent : EventBase<StickyNoteChangeEvent>, IDisposable
Constructors
Constructor | Description |
|---|---|
| StickyNoteChangeEvent() | Constructor. |
Properties
Property | Description |
|---|---|
| change | The type of change that occured. |
Static Methods
Method | Description |
|---|---|
| GetPooled | Gets 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 |