Class FlowGraphObjectBase
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
Methods
CreateRuntimeFlowGraphInstance()
protected abstract FlowGraph CreateRuntimeFlowGraphInstance()
Returns
CreateRuntimeProgramInstance()
protected virtual IFlowExecutableProgram CreateRuntimeProgramInstance()
Returns
ReleaseGraph()
Release graph instance safely
protected void ReleaseGraph()