Table of Contents

Class ConfigsExecutableLibrary

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll

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

config ConfigBase

The config instance to save.