Table of Contents

Class FlowGraphScriptableObject

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

ScriptableObject contains Flow Graph that can be executed alone.

[GenerateFlow(GenerateRuntime = true, GenerateImplementation = false)]
public class FlowGraphScriptableObject : FlowGraphScriptableObjectBase, IFlowGeneratedRuntimeContainer, IFlowGraphContainer, ICeresGraphContainer, IFlowGraphRuntime, IFlowProgramRuntime
Inheritance
FlowGraphScriptableObject
Implements
Derived
Inherited Members

Constructors

FlowGraphScriptableObject()

public FlowGraphScriptableObject()

Properties

Graph

Get runtime FlowGraph instance

public FlowGraph Graph { get; }

Property Value

FlowGraph

Program

public IFlowExecutableProgram Program { get; }

Property Value

IFlowExecutableProgram

Methods

ReleaseGraph()

Release graph instance safely

protected void ReleaseGraph()