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 (System.Collections.Generic.Dictionary<string, float>, System.Collections.Generic.Dictionary<string, string>, System.Collections.Generic.Dictionary<string, bool>) GetAllVariables();

Last updated

Was this helpful?