Table of Contents

Interface IFlowGraphRuntime

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Interface for contains FlowGraph runtime instance

public interface IFlowGraphRuntime

Properties

Graph

Get runtime FlowGraph instance

FlowGraph Graph { get; }

Property Value

FlowGraph

Object

Runtime context

UObject Object { get; }

Property Value

UObject