Table of Contents

Class FlowGraphFunctionAsset

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Asset contains custom function that can be shared between multi IFlowGraphRuntime instances.

public class FlowGraphFunctionAsset : FlowGraphAsset, IFlowGeneratedRuntimeContainer, IFlowGraphContainer, ICeresGraphContainer, IRedirectFlowGraphRuntimeType
Inheritance
FlowGraphFunctionAsset
Implements
Inherited Members

Constructors

FlowGraphFunctionAsset()

public FlowGraphFunctionAsset()

Fields

serializedInfo

public FlowGraphFunctionSerializedInfo serializedInfo

Field Value

FlowGraphFunctionSerializedInfo

Methods

GetFlowGraph()

Get a FlowGraph instance from this container

public override FlowGraph GetFlowGraph()

Returns

FlowGraph

Remarks

Instance is isolated from persistent data

GetRuntimeType()

Get the specific IFlowGraphRuntime type instance

public override Type GetRuntimeType()

Returns

Type

SetGraphData(CeresGraphData)

Set graph persistent data

public override void SetGraphData(CeresGraphData graphData)

Parameters

graphData CeresGraphData