Table of Contents

Delegate VegetationStudioCamera.MultiOnVegetationCellVisibityChangedDelegate

Namespace
AwesomeTechnologies.VegetationSystem
Assembly
Assembly-CSharp.dll
public delegate void VegetationStudioCamera.MultiOnVegetationCellVisibityChangedDelegate(VegetationStudioCamera vegetationStudioCamera, VegetationCell vegetationCell)

Parameters

vegetationStudioCamera VegetationStudioCamera
vegetationCell VegetationCell
Extension Methods

Constructors

MultiOnVegetationCellVisibityChangedDelegate(object, nint)

public MultiOnVegetationCellVisibityChangedDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(VegetationStudioCamera, VegetationCell, AsyncCallback, object)

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

Parameters

vegetationStudioCamera VegetationStudioCamera
vegetationCell VegetationCell
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(VegetationStudioCamera, VegetationCell)

public virtual void Invoke(VegetationStudioCamera vegetationStudioCamera, VegetationCell vegetationCell)

Parameters

vegetationStudioCamera VegetationStudioCamera
vegetationCell VegetationCell