Table of Contents

Delegate VisibleVegetationCellSelector.MultiOnVegetationCellInvisibleDelegate

Namespace
AwesomeTechnologies.Common
Assembly
Assembly-CSharp.dll
public delegate void VisibleVegetationCellSelector.MultiOnVegetationCellInvisibleDelegate(VegetationCell vegetationCell)

Parameters

vegetationCell VegetationCell
Extension Methods

Constructors

MultiOnVegetationCellInvisibleDelegate(object, nint)

public MultiOnVegetationCellInvisibleDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(VegetationCell, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(VegetationCell vegetationCell, AsyncCallback callback, object @object)

Parameters

vegetationCell VegetationCell
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(VegetationCell)

public virtual void Invoke(VegetationCell vegetationCell)

Parameters

vegetationCell VegetationCell