Interface IFlowNode
Flow node with execution ports
Namespace: Unity.VisualScripting.Interpreter
Syntax
public interface IFlowNode : INode
Methods
Execute<TCtx>(TCtx, InputTriggerPort)
Declaration
Execution Execute<TCtx>(TCtx ctx, InputTriggerPort port)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx | |
| InputTriggerPort | port |
Returns
| Type | Description |
|---|---|
| Execution |
Type Parameters
| Name | Description |
|---|---|
| TCtx |