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

SelectableListRowVisualFixture.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:6adfecddd6d0c5de023de5a9b1c6eb0e77791c470d25df2b126f07430c94b0f2

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

Original lines: 21-145

Declaration hash: sha256:3db548406a1d80d4e5dfda1834738af47c2559f6448d0fe2db9aa99849cc1168

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public static class SelectableListRowVisualFixture
{
}

Original lines: 26

Declaration hash: sha256:4931674e4c5daaee8f5588f5e09af471eb0a22ba17bb54621f03b8390c394b53

C#
public const string UssClassName = "bq-selectable-list-fixture";

Original lines: 29

Declaration hash: sha256:a6675d0231a854d6f02dc000de0e8ae855838d85fb8b0f274f2ecec78cc766b0

C#
public const string StateLabelUssClassName = "bq-selectable-list-fixture__state";

Original lines: 32

Declaration hash: sha256:dfcad304ac88512b9a9b26290db8f1754c7913a71ef4d9e54efad2aefbd5a731

C#
public const string DescriptionUssClassName = "bq-selectable-list-fixture__description";

Original lines: 35

Declaration hash: sha256:eba7cb5d076d8094e44841fb4587419bebd22cd75f03c295ef93df9b8bc90ba4

C#
public const string SoloRowUssClassName = "bq-selectable-list-solo-row";

Original lines: 38-49

Declaration hash: sha256:04a39def2e45df60a5648726fa2fee126e1fcad25ce1523182b5f26ce4a8e0ba

C#
public static IReadOnlyList<string> StateNames { get; }

Original lines: 52-62

Declaration hash: sha256:07e1508df3656dd67490e9efdce4b5875be3948d64b00bd038bb21dd720cc2b2

C#
public static VisualElement BuildStateMatrix();

Original lines: 68-115

Declaration hash: sha256:5b2aaa4445ea4f02c9c367a98e660fa09501976b967213717959badb5ea5e2a5

C#
public static SelectableListRow BuildState(string state);
Full-size image