VariableStorageBehaviour.SetValue Method
Stores a Value
.
public abstract void SetValue(string variableName, Value value)
Parameters
Parameter | Description |
---|---|
string variableName |
The name to associate with this variable. |
Value value |
The value to store. |
Source
Defined in Unity/Assets/YarnSpinner/Scripts/DialogueRunner.cs, line 1194.