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