API Referenceglobal
public sealed class Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody : System.MulticastDelegate
Output signal for a `Facepunch.ActionGraphs.Nodes.ControlFlow.ForRange(Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody,System.Int32,System.Int32,System.Int32)` node, fired for each value in the range.
Constructors
Showing 1 constructors
public ForRangeBody(object object, System.IntPtr method)
No results match this filter.
Methods
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(int value, System.AsyncCallback callback, object object)
public virtual System.Threading.Tasks.Task EndInvoke(System.IAsyncResult result)
public virtual System.Threading.Tasks.Task Invoke(int value)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody |