csharp
public sealed class SetCommentCommandEditing a sticky note.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public override string NameWhat this is called in the undo history, as a person would say it.
Methods (3)
public SetCommentCommand(NodeGraphModel graph, GraphComment comment, string text, EditorDocument? document = null)Describes retyping a note.
protected override void Apply()Makes the change. Called once on execute and again on every redo.
protected override void Revert()Puts back exactly what Apply changed.
Used by (1)
- CommandTestsVixen.Editor.NodeGraph.Tests