Table of Contents

Delegate VegetationStudioCamera.MultiOnVegetationDistanceBandChangeDelegate

Namespace
AwesomeTechnologies.VegetationSystem
Assembly
Assembly-CSharp.dll
public delegate void VegetationStudioCamera.MultiOnVegetationDistanceBandChangeDelegate(VegetationStudioCamera vegetationStudioCamera, VegetationCell vegetationCell, int distanceBand, int previousDistanceBand)

Parameters

vegetationStudioCamera VegetationStudioCamera
vegetationCell VegetationCell
distanceBand int
previousDistanceBand int
Extension Methods

Constructors

MultiOnVegetationDistanceBandChangeDelegate(object, nint)

public MultiOnVegetationDistanceBandChangeDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(VegetationStudioCamera, VegetationCell, int, int, AsyncCallback, object)

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

Parameters

vegetationStudioCamera VegetationStudioCamera
vegetationCell VegetationCell
distanceBand int
previousDistanceBand int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(VegetationStudioCamera, VegetationCell, int, int)

public virtual void Invoke(VegetationStudioCamera vegetationStudioCamera, VegetationCell vegetationCell, int distanceBand, int previousDistanceBand)

Parameters

vegetationStudioCamera VegetationStudioCamera
vegetationCell VegetationCell
distanceBand int
previousDistanceBand int