Table of Contents

Class FlowNode

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Base class for nodes in an execution flow

public abstract class FlowNode : ForwardNode, IDisposable
Inheritance
object
FlowNode
Implements
IDisposable
Derived
Inherited Members

Fields

exec

public NodePort exec

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

LocalExecute(ExecutionContext)

Do node local execution, sync only

protected virtual void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext