BaseVariableStorage.SetValue Method
public virtual void SetValue(string variableName, float floatValue)
Parameters
| Parameter | Description |
|---|---|
string variableName |
The name to associate with this variable. |
float floatValue |
The number to store. |
Source
Defined in YarnSpinner/Dialogue.cs, line 240.