IGeneratedVariableStorage

Interface in Yarn.Unity

Summary

An interface that works with GeneratedVariableStorageExtensions to add helper methods used by generated variable storage classes.

public interface IGeneratedVariableStorage : Yarn.IVariableStorage

Remarks

IVariableStorage classes that implement this interface are extended with the methods found in GeneratedVariableStorageExtensions . This interface is intended to be used only with classes in source code that was generated by Yarn Spinner.

Last updated

Was this helpful?