InMemoryVariableStorage.GetEnumerator Method
Returns an IEnumerator
that iterates over all
variables in this object.
IEnumerator IEnumerable.GetEnumerator()
Return Type
IEnumerator
: An iterator over the variables.
Source
Defined in Unity/Assets/YarnSpinner/Scripts/InMemoryVariableStorage.cs, line 250.