Struct BreakNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(Break))]
public struct BreakNode : IFlowNode, INode
Fields
Enter
Declaration
public InputTriggerPort Enter
Field Value
Type | Description |
---|---|
InputTriggerPort |
Methods
Execute<TCtx>(TCtx, InputTriggerPort)
Declaration
public 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 |