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