Table of Contents

Delegate VaultSystem.ReturnObjectListDelegate

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public delegate void VaultSystem.ReturnObjectListDelegate(List<FVRPhysicalObject> objs)

Parameters

objs List<FVRPhysicalObject>

Constructors

ReturnObjectListDelegate(object, nint)

public ReturnObjectListDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(List<FVRPhysicalObject>, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(List<FVRPhysicalObject> objs, AsyncCallback callback, object @object)

Parameters

objs List<FVRPhysicalObject>
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(List<FVRPhysicalObject>)

public virtual void Invoke(List<FVRPhysicalObject> objs)

Parameters

objs List<FVRPhysicalObject>