Class FlowNode_ExecuteCustomFunction
Execute custom function implemented in flow graph
Inheritance
object
FlowNode_ExecuteCustomFunction
Assembly: cs.temp.dll.dll
Syntax
public abstract class FlowNode_ExecuteCustomFunction : FlowNode, IDisposable, IRuntimeCompiledNode
Fields
functionAsset
Declaration
public FlowGraphFunctionAsset functionAsset
Field Value
functionName
Declaration
public string functionName
Field Value
Methods
Compile(CeresGraphCompiler)
Declaration
public void Compile(CeresGraphCompiler compiler)
Parameters
Execute(ExecutionContext)
Declaration
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
Returns
Overrides
Implements
IDisposable