Table of Contents

Delegate VegetationStudioManager.MultiAddVegetationSystemDelegate

Namespace
AwesomeTechnologies.VegetationStudio
Assembly
Assembly-CSharp.dll
public delegate void VegetationStudioManager.MultiAddVegetationSystemDelegate(VegetationSystemPro vegetationSystem)

Parameters

vegetationSystem VegetationSystemPro
Extension Methods

Constructors

MultiAddVegetationSystemDelegate(object, nint)

public MultiAddVegetationSystemDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(VegetationSystemPro, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(VegetationSystemPro vegetationSystem, AsyncCallback callback, object @object)

Parameters

vegetationSystem VegetationSystemPro
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(VegetationSystemPro)

public virtual void Invoke(VegetationSystemPro vegetationSystem)

Parameters

vegetationSystem VegetationSystemPro