Class StickyNote
[Serializable]
public class StickyNote : IStickyNote, IHasID, IGroupable
- Inheritance
-
StickyNote
- Implements
- Inherited Members
Constructors
- StickyNote()
Creates a sticky note with a new identifier and no group assignment.
Properties
- contents
Body text stored in the note.
- fontSize
Font size used when rendering the note contents in the graph editor.
- groupId
Optional group identifier that associates this note with a graph group.
- id
Stable identifier of this sticky note inside the serialized graph.
- position
Canvas-space rectangle used to place and size the note.
- theme
Serialized theme index that controls the note's editor styling.
- title
Short heading shown at the top of the note.