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

BoolToggle.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:fe36fe0146e9d8f393b5892b48cd25bf9984e482d989d0d7b75b86ccf867059c

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

Original lines: 22-112

Declaration hash: sha256:fa8e8fdc9000fe8d7e12d542a29d65c91900d0e8954538d6a3dc2cc0772b7a32

C#
public sealed class BoolToggle : VisualElement
{
}

Original lines: 25

Declaration hash: sha256:5133324879f1de556264c9505a7d85aa2be9b905c47856ee0dd7931adc439127

C#
public const string RootClass = "ed-bool-toggle";

Original lines: 27

Declaration hash: sha256:0eac7ab842a13631748e23e168f37e3b6c1baefa64df71617ddd1e4527f4151c

C#
public const string SwitchClass = RootClass + "__switch";

Original lines: 29

Declaration hash: sha256:85387f32eeca585294edbb6d797f8e979b472e47d5dd61afd9d26fea270a2ae5

C#
public const string KnobClass = RootClass + "__knob";

Original lines: 31

Declaration hash: sha256:ddcbca8f41232a0e7201dffe869a21dbfcf2c4a922d3f47e6ac12f2ea834b369

C#
public const string KnobOnClass = KnobClass + "--on";

Original lines: 33

Declaration hash: sha256:55e41028ea388d6eaae40f9544d99caf411bc8bfb67b8808e2ebff1a2183c802

C#
public const string ReadingClass = RootClass + "__reading";

Original lines: 36

Declaration hash: sha256:78ed775d01758075c2948fbb3edba6bfe1c7665172fa85b039ca5a276d3f008b

C#
public const string TrueText = "true";

Original lines: 38

Declaration hash: sha256:46bb5b918870a4f444a1f683e1b49d60ba6043c430f2406ca911b1f55609b642

C#
public const string FalseText = "false";

Original lines: 45

Declaration hash: sha256:a77da60bffccfc7d5e74acda2343142b201945f2ce8a2b0a31cd8c8c5a6bb3c9

C#
public event Action<bool> OnValueChanged;

Original lines: 48

Declaration hash: sha256:836fdf805a1abd868c3e9c9854aa3103cf193b3e540c3358e980d7d0731c4ebb

C#
public Toggle Switch { get; }

Original lines: 51

Declaration hash: sha256:f7b6dd6d2ea690b0fdcc385ec0087bb97edb931d262ff7196954eb31b88127f8

C#
public Label ReadingLabel { get; }

Original lines: 58-85

Declaration hash: sha256:69df93a23e5433869a48ce2f75ac5e341c6491110a72ab844ef5af925c68a622

C#
public BoolToggle(string controlName);

Original lines: 88-96

Declaration hash: sha256:5654999aa6f8245d7a7356ea951779c1df384d6e7484d0aa6c8e720bc9aa86e3

C#
public bool Value { get; set; }
Full-size image