Table of Contents

Delegate VegetationItemSelector.MultiOnVegetationCellVisibilityChangeDelegate

Namespace
AwesomeTechnologies.Utility
Assembly
Assembly-CSharp.dll
public delegate void VegetationItemSelector.MultiOnVegetationCellVisibilityChangeDelegate(int vegetationCellIndex)

Parameters

vegetationCellIndex int
Extension Methods

Constructors

MultiOnVegetationCellVisibilityChangeDelegate(object, nint)

public MultiOnVegetationCellVisibilityChangeDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(int vegetationCellIndex, AsyncCallback callback, object @object)

Parameters

vegetationCellIndex int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int)

public virtual void Invoke(int vegetationCellIndex)

Parameters

vegetationCellIndex int