Class FlowNode_ExecuteCustomFunction
- Namespace
- Ceres.Graph.Flow.CustomFunctions
- Assembly
- cs.temp.dll.dll
Execute custom function implemented in flow graph
public abstract class FlowNode_ExecuteCustomFunction : FlowNode, IDisposable, IRuntimeCompiledNode
- Inheritance
-
objectFlowNode_ExecuteCustomFunction
- Implements
-
IDisposable
- Derived
- Inherited Members
Fields
functionAsset
public FlowGraphFunctionAsset functionAsset
Field Value
functionName
public string functionName
Field Value
- string
Methods
Compile(CeresGraphCompiler)
public void Compile(CeresGraphCompiler compiler)
Parameters
compilerCeresGraphCompiler
Execute(ExecutionContext)
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask