VariableInitialValues.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/VariableInitialValues.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: VariableInitialValues
Section titled “Type: VariableInitialValues”Original lines: 38-86
Declaration hash: sha256:655f188665729cca7b91b73e4dcad16331a5793b6eca31f63a8eca9fb2aef594
[CreateAssetMenu(menuName = "Bit Quirky/Variable/Initial Values", order = -7291)]public class VariableInitialValues : DataObject{}Property: IntValues
Section titled “Property: IntValues”Original lines: 61
Declaration hash: sha256:a9402f62df78c6ef3a6d8b18b7416daccf671ca270ee0af7c799ba5de963bb10
public List<(IntVariable, int)> IntValues { get; }Property: FloatValues
Section titled “Property: FloatValues”Original lines: 63
Declaration hash: sha256:44a75fba2b3ea6c76e36d1ec3e81ee5da1ef9871f7e1fd7599688604e56ca6c0
public List<(FloatVariable, float)> FloatValues { get; }Property: StringValues
Section titled “Property: StringValues”Original lines: 65
Declaration hash: sha256:5d91aed52138d1e2d7842601cad5922cb80aa1422abdd7f926ea9fd1e959d2a9
public List<(StringVariable, string)> StringValues { get; }Property: BoolValues
Section titled “Property: BoolValues”Original lines: 67
Declaration hash: sha256:f5d587320f567daa36496ec813c939c671d90e4f0ac043fcea343eab9efde3c8
public List<(BoolVariable, bool)> BoolValues { get; }Method: Sort()
Section titled “Method: Sort()”Original lines: 72-84
Declaration hash: sha256:a34fb6019d4a3a9bbd1fc87735a67e25375605da36a69a7c322c36ddc43acb97
[Button]public void Sort();