Delegate VegetationStudioManager.MultiAddVegetationSystemDelegate
- Namespace
- AwesomeTechnologies.VegetationStudio
- Assembly
- Assembly-CSharp.dll
public delegate void VegetationStudioManager.MultiAddVegetationSystemDelegate(VegetationSystemPro vegetationSystem)
Parameters
vegetationSystemVegetationSystemPro
- Extension Methods
Constructors
MultiAddVegetationSystemDelegate(object, nint)
public MultiAddVegetationSystemDelegate(object @object, nint method)
Parameters
Methods
BeginInvoke(VegetationSystemPro, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(VegetationSystemPro vegetationSystem, AsyncCallback callback, object @object)
Parameters
vegetationSystemVegetationSystemProcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(VegetationSystemPro)
public virtual void Invoke(VegetationSystemPro vegetationSystem)
Parameters
vegetationSystemVegetationSystemPro