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

StringList.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/StringList.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Variable/StringList.cs

Source file hash: sha256:5632b1c674d8e87eb63ce81628c5912b2e5ba4f1fbca0f8708ce28d3e616ea4b

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

Original lines: 29-38

Declaration hash: sha256:6b7826413f25ba12dd5fc4596de7b9352b92b2ddbbc5bf61a1a424baa251710b

C#
[CreateAssetMenu(menuName = "Bit Quirky/Variable/List/String List", order = -7289)]
public class StringListVariable : Variable<List<string>>
{
}

Original lines: 33-37

Declaration hash: sha256:8e4e9bcbaf193cf26be06e7d07ec32139aea3a941ef74939729638cfc8f850c6

C#
[TabGroup("Tabs", "Settings"), Button]
public void Sort();
Full-size image