StickyNoteChange
Enum that specifies the type of change to the [StickyNote].
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public enum StickyNoteChange
Fields
Value | Description |
|---|---|
| Contents | Specify that the content of the [StickyNote] has changed. |
| FontSize | Specify that the size of the font used by the [StickyNote] has changed. |
| Position | Specify that the position of the [StickyNote] has changed. |
| Theme | Specifies that the visual theme of the [StickyNote] has changed. |
| Title | Specifies that the title of the [StickyNote] has changed. |