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

VariableInitialValues.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:5bd96d620e454c6e18994b9737108dceb10861d1b87d9ef0f33aa9c6a1a996bf

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

Original lines: 38-86

Declaration hash: sha256:655f188665729cca7b91b73e4dcad16331a5793b6eca31f63a8eca9fb2aef594

C#
[CreateAssetMenu(menuName = "Bit Quirky/Variable/Initial Values", order = -7291)]
public class VariableInitialValues : DataObject
{
}

Original lines: 61

Declaration hash: sha256:a9402f62df78c6ef3a6d8b18b7416daccf671ca270ee0af7c799ba5de963bb10

C#
public List<(IntVariable, int)> IntValues { get; }

Original lines: 63

Declaration hash: sha256:44a75fba2b3ea6c76e36d1ec3e81ee5da1ef9871f7e1fd7599688604e56ca6c0

C#
public List<(FloatVariable, float)> FloatValues { get; }

Original lines: 65

Declaration hash: sha256:5d91aed52138d1e2d7842601cad5922cb80aa1422abdd7f926ea9fd1e959d2a9

C#
public List<(StringVariable, string)> StringValues { get; }

Original lines: 67

Declaration hash: sha256:f5d587320f567daa36496ec813c939c671d90e4f0ac043fcea343eab9efde3c8

C#
public List<(BoolVariable, bool)> BoolValues { get; }

Original lines: 72-84

Declaration hash: sha256:a34fb6019d4a3a9bbd1fc87735a67e25375605da36a69a7c322c36ddc43acb97

C#
[Button]
public void Sort();
Full-size image