Vixen
02b45cc4
csharp
public sealed class GraphComment

A sticky note.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

In the model rather than in the view because it is content: it is saved, it is diffed, and it is the only place a graph can say why. A comment that lived in the view would be lost the first time anyone opened the file in a different one.

Fields and properties (3)

  • public string Text

    What it says.

  • public Vector2 Position

    Where it sits.

  • public Vector2 Size

    How big it is.

Used by (9)

  • AddCommentCommandVixen.Editor.NodeGraph
  • CommandTestsVixen.Editor.NodeGraph.Tests
  • NodeCommentViewVixen.Editor.NodeGraph
  • NodeGraphDocumentVixen.Editor.NodeGraph
  • NodeGraphModelVixen.Editor.NodeGraph
  • NodeGraphModelTestsVixen.Editor.NodeGraph.Tests
  • NodeGraphViewVixen.Editor.NodeGraph
  • RemoveCommentCommandVixen.Editor.NodeGraph
  • SetCommentCommandVixen.Editor.NodeGraph