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