Interface IDataNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
public interface IDataNode : INode
Methods
Execute<TCtx>(TCtx)
Declaration
void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx |
Type Parameters
| Name | Description |
|---|---|
| TCtx |