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

LiteralCheckbox.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:d719e84936e5bb8e26925caa8c0af06caa21e96db4b9c8c96f9580d01174cf0d

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

Original lines: 25-108

Declaration hash: sha256:1c23775295996438b6a0685fae165a0fccb81855ce27508ea022ef52b2dffbfd

C#
public sealed class LiteralCheckbox : VisualElement
{
}

Original lines: 28

Declaration hash: sha256:e52578091bb0703185ab7cf218071e9645d7c8828ce8b1885ecbd7f1ad941d29

C#
public const string RootClass = "literal-checkbox";

Method: LiteralCheckbox(bool value, bool interactive)

Section titled “Method: LiteralCheckbox(bool value, bool interactive)”

Original lines: 36-48

Declaration hash: sha256:9da18f162c4fe6f45d85149f55a3ce0ef06c72c2139bdd1a9233f7c450d9c011

C#
public LiteralCheckbox(bool value, bool interactive);

Original lines: 51

Declaration hash: sha256:e126e0d67c99610e350cf26547146c40b69e69c7ac4c0480f6d363acee9e3ec2

C#
public event Action<bool> Toggled;

Original lines: 54

Declaration hash: sha256:c5fcf3c2abd78197104ecac06668fdf756ea0094e341b13c1bc7bfaddcd3933b

C#
public bool Value { get; }

Original lines: 57-66

Declaration hash: sha256:c3487c90bc014107c6a14eb5267d963ea69232c6dad158fc24462916abedb450

C#
public void SetValueWithoutNotify(bool value);
Full-size image