Delegate VegetationSystemPro.MultiOnClearCacheVegetationCellVegetationItemDelegate
- Namespace
- AwesomeTechnologies.VegetationSystem
- Assembly
- Assembly-CSharp.dll
public delegate void VegetationSystemPro.MultiOnClearCacheVegetationCellVegetationItemDelegate(VegetationSystemPro vegetationSystemPro, VegetationCell vegetationCell, int vegetationPackageIndex, int vegetationItemIndex)
Parameters
vegetationSystemPro VegetationSystemPro
vegetationCell VegetationCell
vegetationPackageIndex int
vegetationItemIndex int
- Extension Methods
-
Constructors
MultiOnClearCacheVegetationCellVegetationItemDelegate(object, nint)
public MultiOnClearCacheVegetationCellVegetationItemDelegate(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(VegetationSystemPro, VegetationCell, int, int, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(VegetationSystemPro vegetationSystemPro, VegetationCell vegetationCell, int vegetationPackageIndex, int vegetationItemIndex, AsyncCallback callback, object @object)
Parameters
vegetationSystemPro VegetationSystemPro
vegetationCell VegetationCell
vegetationPackageIndex int
vegetationItemIndex int
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Invoke(VegetationSystemPro, VegetationCell, int, int)
public virtual void Invoke(VegetationSystemPro vegetationSystemPro, VegetationCell vegetationCell, int vegetationPackageIndex, int vegetationItemIndex)
Parameters
vegetationSystemPro VegetationSystemPro
vegetationCell VegetationCell
vegetationPackageIndex int
vegetationItemIndex int