Class FlowNode
Base class for nodes in an execution flow
Inheritance
object
FlowNode
Implements
IDisposable
Inherited Members
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class FlowNode : ForwardNode, IDisposable
Fields
exec
Declaration
public NodePort exec
Field Value
| Type | Description |
|---|---|
| NodePort |
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Returns
| Type | Description |
|---|---|
| UniTask |
Overrides
LocalExecute(ExecutionContext)
Do node local execution, sync only
Declaration
protected virtual void LocalExecute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Implements
IDisposable