VariableStorageBehaviour.Clear Method
Removes all variables from storage.
public virtual void Clear()
Remarks
The implementation in this abstract class throws a NotImplementedException
when called. Subclasses of
this class must provide their own implementation.
Source
Defined in Unity/Assets/YarnSpinner/Scripts/DialogueRunner.cs, line 1202.