Class ConfigsExecutableLibrary
Provides config persistence helpers for Flow graphs.
[CeresGroup("Configs")]
public class ConfigsExecutableLibrary : ExecutableFunctionLibrary
- Inheritance
-
ConfigsExecutableLibrary
- Inherited Members
Constructors
ConfigsExecutableLibrary()
public ConfigsExecutableLibrary()
Methods
CollectExecutableFunctions()
Collect all static executable functions in this library
protected override void CollectExecutableFunctions()
Flow_SaveConfig(ConfigBase)
Saves the target config asset through the config system.
[ExecutableFunction(IsScriptMethod = true)]
[CeresLabel("Save Config")]
public static void Flow_SaveConfig(ConfigBase config)
Parameters
configConfigBaseThe config instance to save.