API ReferenceFacepunch.ActionGraphs
GetNodeLibraryDelegateclass
object→
MulticastDelegate→GetNodeLibraryDelegateConstructors1
Showing 1 constructors
public GetNodeLibraryDelegate(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(System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual Facepunch.ActionGraphs.NodeLibrary EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
public virtual Facepunch.ActionGraphs.NodeLibrary Invoke()
No results match this filter.