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

CompactRow.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/CompactRow.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/Controls/CompactRow.cs

Source file hash: sha256:b66b75b033061c5d41198807f734d0d4d6dc3609258e72d284dbbaa462180c96

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

Original lines: 49-151

Declaration hash: sha256:18e93947e7541d271bc87d02f0dbd71bf08bd90242ccd18e180c3843c9c1b059

C#
public sealed class CompactRow : VisualElement
{
}

Original lines: 63

Declaration hash: sha256:146f6f8e3a37fb71c44102b9748d3f2c7e660b76e285a72bdc5f7d4d02307dfa

C#
public event Action Clicked;

Original lines: 73-77

Declaration hash: sha256:ae217a025db41c7ba670cc51ca4f82b7354c3459a9c637df3f8d2e23995488cd

C#
public string Label { get; set; }

Original lines: 83-87

Declaration hash: sha256:79cd2046e849456f1bf4127383553ab0bda2acd710ab34131fb37fa9fd916d5b

C#
public string Value { get; set; }

Original lines: 90

Declaration hash: sha256:99ec00ee822e31a044c74a138073a5df626e38916e6b5c1a60a21de27df53137

C#
public VisualElement Leading { get; }

Original lines: 93

Declaration hash: sha256:7e8106249d18732c1af8c1d2eb1cca83600dd3e8787af1b97c3ca742ab78c5ba

C#
public VisualElement Trailing { get; }

Method: CompactRow(string label, string value)

Section titled “Method: CompactRow(string label, string value)”

Original lines: 105-148

Declaration hash: sha256:566947e628cb87177030f1fa24fd57aea9eee9faa7f0ed128a9a3a48c17894d4

C#
public CompactRow(string label = "", string value = "");
Full-size image