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

LiteralBoxChrome.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:ad70c6c6fd7812db85fa62a83980ad8c531b1c25fd5833cbeabad2241aabd355

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

Original lines: 27-90

Declaration hash: sha256:a0065d783f544ebdbc5cd1e5907dbf8754cd6aa74b7e8488823e8f86e1c109f4

C#
public static class LiteralBoxChrome
{
}

Original lines: 30

Declaration hash: sha256:9fccf047a0ce03c971e69ec645924eb46c15ba857e1aa65a0f6917071cafbc1e

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

Original lines: 33

Declaration hash: sha256:3b27cfa1357e101ce31adc38d0f01777c933488fa41af14376eed28a1dc5bbb4

C#
public const string BorderClass = "inline-literal__border";

Original lines: 36

Declaration hash: sha256:4d5315103baa15a7b450db325be7ba824dfa61c17e55da2b5abc129974ad413a

C#
public const string ValueClass = "inline-literal__value";

Original lines: 39

Declaration hash: sha256:33c494c782e243c29560e8f0c03c25cf47dbb9c67a3985b7256b1451c4d1a366

C#
public const string EditClass = "inline-literal__edit";

Original lines: 42

Declaration hash: sha256:2294764ed4649cbb90661c01e6c4e8df9ecb2efa28de597dc8916e4bacf526ff

C#
public const string EditingModifierClass = "inline-literal--editing";

Original lines: 45

Declaration hash: sha256:dd1f8aa3dec345f46fe81f907475b1550911314d5200f08477020c5d4d4d2382

C#
public const string InvalidModifierClass = "inline-literal--invalid";

Original lines: 48

Declaration hash: sha256:5aa7d23b1c2e328429befe2068ebdfaf59120da7056373ac2e2d28b3ae3cfc27

C#
public const string ToastClass = "inline-literal__toast";

Method: ApplyTypeBorderColor(VisualElement border, string typeName)

Section titled “Method: ApplyTypeBorderColor(VisualElement border, string typeName)”

Original lines: 58-72

Declaration hash: sha256:8f43e1bad4dc95e193dd8af4398cf1ff2258584a46e0394cdbc454be11168a7b

C#
public static void ApplyTypeBorderColor(VisualElement border, string typeName);

Method: ClearTypeBorderColor(VisualElement border)

Section titled “Method: ClearTypeBorderColor(VisualElement border)”

Original lines: 78-89

Declaration hash: sha256:396a6f78eb7f6939c1e2dd9cedc87b2ea7c0b112e0427ceeb87271722d136937

C#
public static void ClearTypeBorderColor(VisualElement border);
Full-size image