Interface INodeReportProgress
Namespace: Unity.VisualScripting.Interpreter
Syntax
public interface INodeReportProgress : IUpdatableNode, IFlowNode, INode
Methods
GetProgress<TCtx>(TCtx)
Declaration
byte GetProgress<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
Type | Name | Description |
---|---|---|
TCtx | ctx |
Returns
Type | Description |
---|---|
Byte |
Type Parameters
Name | Description |
---|---|
TCtx |