Struct NullCoalesceNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(NullCoalesce))]
public struct NullCoalesceNode : IFlowNode, INode
Fields
Fallback
Declaration
public InputDataPort Fallback
Field Value
| Type | Description |
|---|---|
| InputDataPort |
Input
Declaration
public InputDataPort Input
Field Value
| Type | Description |
|---|---|
| InputDataPort |
Result
Declaration
public OutputDataPort Result
Field Value
| Type | Description |
|---|---|
| OutputDataPort |
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 |