NodeCommentPostIt.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/NodeCommentPostIt.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Views/NodeCommentPostIt.cs
Source file hash: sha256:86de22f805e8be14d7012442ff2c2f3434ab786323e8745998b5c590b8e587e5
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: NodeCommentPostIt
Section titled “Type: NodeCommentPostIt”Original lines: 27-646
Declaration hash: sha256:91e11ed33dfbaca0fba5f91f1b2f7db6ef270b3fb2a24e4da997ce659404b9d1
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public sealed class NodeCommentPostIt : VisualElement{}Event: OnSizeChanged
Section titled “Event: OnSizeChanged”Original lines: 77
Declaration hash: sha256:ea34c53ab6ed7a2c0337e2f85ba55a71aae452024a6419579f1fd49ecbfdb126
public event System.Action<Vector2> OnSizeChanged;Method: NodeCommentPostIt()
Section titled “Method: NodeCommentPostIt()”Original lines: 84-143
Declaration hash: sha256:d0c1436e75d1697d50c0d8bba3593c892a097345e139f80544e885207a7a7fc5
public NodeCommentPostIt();Method: SetContent(string body, string kindLabel)
Section titled “Method: SetContent(string body, string kindLabel)”Original lines: 151-155
Declaration hash: sha256:49dc70a7189e51f39d42d516f05f753cd22d970a2cc90db1ba14909f549fe90f
public void SetContent(string body, string kindLabel);Method: SetSections(string memberLabel, string memberBody, string readLocalLabel, string readLocalBody)
Section titled “Method: SetSections(string memberLabel, string memberBody, string readLocalLabel, string readLocalBody)”Original lines: 165-185
Declaration hash: sha256:c10f7a527f2000f1513762ed6068d3ae262ddb059ef7a0112472deb4d01a6a66
public void SetSections(string memberLabel, string memberBody, string readLocalLabel, string readLocalBody);Method: SetSize(float width, float height)
Section titled “Method: SetSize(float width, float height)”Original lines: 330-348
Declaration hash: sha256:4af03ebbbbef81f806abaebad6f562a42c6641bfb9aefd41de10f522e3060a7a
public void SetSize(float width, float height);