IVariableStorage

Interface in Yarn

Summary

Provides a mechanism for storing values.

public interface IVariableStorage : IVariableAccess

Methods

Name
Description

Removes all variables from storage.

Stores a bool in this VariableStorage.

Stores a float in this VariableStorage.

Stores a string in this VariableStorage.

Last updated

Was this helpful?