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

DecoratorPill.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:d1463b5008887699207ccdf62fbfe9cb78076a1037fbe854bea778363b29b199

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

Original lines: 54-248

Declaration hash: sha256:6be33520b8e65c0727753097b7d26db34dbc22e8b73ed05758ae1ee1aa57fb8f

C#
public class DecoratorPill : Chip
{
}

Method: DecoratorPill(string label, string accentTokenName, string tooltipText)

Section titled “Method: DecoratorPill(string label, string accentTokenName, string tooltipText)”

Original lines: 82-97

Declaration hash: sha256:369a5f25517803dd57497bc29ffd28ec8a50bd4dd5a748bdcebe5f89b04a14a2

C#
public DecoratorPill(string label = "", string accentTokenName = DefaultAccentTokenName, string tooltipText = null);

Original lines: 108-112

Declaration hash: sha256:a94b5982e1e3c26332d115c445b17672e8d4ddd57eb08d9f21122dbf1ede506f

C#
public bool IsVetoed { get; set; }

Original lines: 122-125

Declaration hash: sha256:a993e112ea4b91ee035aa4b8417aa019e8d03be7be7f69ff8f538a3a81db7d23

C#
public void SetTooltip(string tooltipText);

Original lines: 130-134

Declaration hash: sha256:5a7f61400455b8f6733ddd090f64d184c0c615042988bb35aafea216d91fabfd

C#
public new void SetAccent(string accentTokenName);

Original lines: 140-152

Declaration hash: sha256:2fdd3209963cd1f523fea9043a320f35d5e6b9b846b1d1546970b5a1a5fa4f87

C#
public void SetVetoed(bool vetoed);
Full-size image