Interface IEntryPointRegisteredNode<T>
Entry point with arguments, requiring argument assignment to the node ports
Inherited Members
Namespace: Unity.VisualScripting.Interpreter
Syntax
public interface IEntryPointRegisteredNode<T> : IEntryPointRegisteredNode, IEntryPointNode, INode
Type Parameters
| Name | Description |
|---|---|
| T | Argument types, eg. EmptyEventArgs |
Methods
AssignArguments<TCtx>(TCtx, T)
Declaration
void AssignArguments<TCtx>(TCtx ctx, T args)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx | |
| T | args |
Type Parameters
| Name | Description |
|---|---|
| TCtx |