GetAllVariables()
Method in VariableStorageBehaviour
Summary
Provides a unified interface for exporting all variables. Intended to be a point for custom saving, editors, etc.
public abstract (FloatDictionary FloatVariables, StringDictionary StringVariables, BoolDictionary BoolVariables) GetAllVariables();