Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

NodeCommentPostIt.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Views/NodeCommentPostIt.cs.

Source snapshot ad0983d00d77.

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.

Original lines: 27-646

Declaration hash: sha256:91e11ed33dfbaca0fba5f91f1b2f7db6ef270b3fb2a24e4da997ce659404b9d1

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public sealed class NodeCommentPostIt : VisualElement
{
}

Original lines: 77

Declaration hash: sha256:ea34c53ab6ed7a2c0337e2f85ba55a71aae452024a6419579f1fd49ecbfdb126

C#
public event System.Action<Vector2> OnSizeChanged;

Original lines: 84-143

Declaration hash: sha256:d0c1436e75d1697d50c0d8bba3593c892a097345e139f80544e885207a7a7fc5

C#
public NodeCommentPostIt();

Method: SetContent(string body, string kindLabel)

Section titled “Method: SetContent(string body, string kindLabel)”

Original lines: 151-155

Declaration hash: sha256:49dc70a7189e51f39d42d516f05f753cd22d970a2cc90db1ba14909f549fe90f

C#
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

C#
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

C#
public void SetSize(float width, float height);
Full-size image