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