Interface IStatefulNode
Inherited Members
Namespace: Unity.VisualScripting.Interpreter
Syntax
public interface IStatefulNode : IFlowNode, INode
Methods
Init<TCtx>(TCtx)
Declaration
void Init<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx |
Type Parameters
| Name | Description |
|---|---|
| TCtx |