API ReferenceFacepunch.ActionGraphs
CreateSubGraphNodeDelegateclass
object→
MulticastDelegate→CreateSubGraphNodeDelegateConstructors1
Showing 1 constructors
public CreateSubGraphNodeDelegate(object object, System.IntPtr method)
| Parameter | Type | Description |
|---|---|---|
| object | object | — |
| method | IntPtr | — |
No results match this filter.
Methods3
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(Facepunch.ActionGraphs.ActionGraph subGraph, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| subGraph | ActionGraph | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual System.Threading.Tasks.Task`1<Facepunch.ActionGraphs.Node> EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
public virtual System.Threading.Tasks.Task`1<Facepunch.ActionGraphs.Node> Invoke(Facepunch.ActionGraphs.ActionGraph subGraph)
| Parameter | Type | Description |
|---|---|---|
| subGraph | ActionGraph | — |
No results match this filter.