Table of Contents

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
object
FlowNode_ExecuteCustomFunction
Implements
IDisposable
Derived
Inherited Members

Fields

functionAsset

public FlowGraphFunctionAsset functionAsset

Field Value

FlowGraphFunctionAsset

functionName

public string functionName

Field Value

string

Methods

Compile(CeresGraphCompiler)

public void Compile(CeresGraphCompiler compiler)

Parameters

compiler CeresGraphCompiler

Execute(ExecutionContext)

protected override sealed UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask