Table of Contents

Delegate VegetationSystemPro.MultiOnVegetationCellSpawnedDelegate

Namespace
AwesomeTechnologies.VegetationSystem
Assembly
Assembly-CSharp.dll
public delegate void VegetationSystemPro.MultiOnVegetationCellSpawnedDelegate(VegetationCell vegetationCell)

Parameters

vegetationCell VegetationCell
Extension Methods

Constructors

MultiOnVegetationCellSpawnedDelegate(object, nint)

public MultiOnVegetationCellSpawnedDelegate(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