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