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

InlineReferenceElement.cs declarations

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

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/Views/InlineReferenceElement.cs

Source file hash: sha256:6d8b3949e00420a0d3883d514459a816dbb7353eacc2487cfb8648fcbecebc34

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 17-277

Declaration hash: sha256:b4bb795e17a37fd406f334e44f295bdd4a36aab30a55653bbec765e189bc4400

C#
public class InlineReferenceElement : VisualElement
{
}

Original lines: 22

Declaration hash: sha256:77fa0a96bbc5596810fa66e43cc45f4f56cac2880225648c7d1fdc68488dc08e

C#
public string Text { get; }

Original lines: 27

Declaration hash: sha256:3feca7c05e5c49df43ab82444e06e2ccf72e84cf588d7c2e5dec0b939d7da1d2

C#
public string TypeName { get; }

Original lines: 33

Declaration hash: sha256:46840ac12654016696a6e5580489ac4889e45be6cd4ad6a18c06d58dd99f028b

C#
public bool Invalid { get; }

Original lines: 42

Declaration hash: sha256:cad79f4a044e2d2b3cd1544d5b9ca704add6960bf7c24b7602820c92ff29b9ed

C#
public event Action<string> Committed;

Method: InlineReferenceElement(string text, string typeName, string tooltipText, bool invalid, bool editable)

Section titled “Method: InlineReferenceElement(string text, string typeName, string tooltipText, bool invalid, bool editable)”

Original lines: 62-96

Declaration hash: sha256:c848e46f1b3dbafd56ca6f6eabdb51483feb7f7e69b27c83b22718f57c9dd6a1

C#
public InlineReferenceElement(string text, string typeName, string tooltipText = null, bool invalid = false, bool editable = false);
Full-size image