Class FlowGraphFunctionAsset
Asset contains custom function that can be shared between multi IFlowGraphRuntime instances.
Inheritance
object
FlowGraphFunctionAsset
Assembly: cs.temp.dll.dll
Syntax
public class FlowGraphFunctionAsset : FlowGraphAsset, IRedirectFlowGraphRuntimeType
Fields
serializedInfo
Declaration
public FlowGraphFunctionSerializedInfo serializedInfo
Field Value
Methods
GetFlowGraph()
Declaration
public override FlowGraph GetFlowGraph()
Returns
GetRuntimeType()
Declaration
public override Type GetRuntimeType()
Returns
| Type |
Description |
| System.Type |
|
Overrides
SetGraphData(CeresGraphData)
Declaration
public override void SetGraphData(CeresGraphData graphData)
Parameters
Implements