Table of Contents

Class FlowGraphObjectBase

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Base class for MonoBehaviour contains Flow Graph.

public abstract class FlowGraphObjectBase : MonoBehaviour, IFlowGraphRuntime, IFlowProgramRuntime
Inheritance
FlowGraphObjectBase
Implements
Derived

Constructors

FlowGraphObjectBase()

protected FlowGraphObjectBase()

Properties

Program

public IFlowExecutableProgram Program { get; }

Property Value

IFlowExecutableProgram

Methods

CreateRuntimeFlowGraphInstance()

protected abstract FlowGraph CreateRuntimeFlowGraphInstance()

Returns

FlowGraph

CreateRuntimeProgramInstance()

protected virtual IFlowExecutableProgram CreateRuntimeProgramInstance()

Returns

IFlowExecutableProgram

ReleaseGraph()

Release graph instance safely

protected void ReleaseGraph()