Struct NullNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(Null))]
public struct NullNode : IConstantNode, IDataNode, IFoldableNode, INode
Fields
Null
Declaration
public OutputDataPort Null
Field Value
| Type | Description |
|---|---|
| OutputDataPort |
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx |
Type Parameters
| Name | Description |
|---|---|
| TCtx |