Class FlowGraphScriptableObject
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
Program
public IFlowExecutableProgram Program { get; }
Property Value
Methods
ReleaseGraph()
Release graph instance safely
protected void ReleaseGraph()