Delegate VegetationStudioCamera.MultiOnVegetationCellVisibityChangedDelegate
- Namespace
- AwesomeTechnologies.VegetationSystem
- Assembly
- Assembly-CSharp.dll
public delegate void VegetationStudioCamera.MultiOnVegetationCellVisibityChangedDelegate(VegetationStudioCamera vegetationStudioCamera, VegetationCell vegetationCell)
Parameters
vegetationStudioCameraVegetationStudioCameravegetationCellVegetationCell
- Extension Methods
Constructors
MultiOnVegetationCellVisibityChangedDelegate(object, nint)
public MultiOnVegetationCellVisibityChangedDelegate(object @object, nint method)
Parameters
Methods
BeginInvoke(VegetationStudioCamera, VegetationCell, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(VegetationStudioCamera vegetationStudioCamera, VegetationCell vegetationCell, AsyncCallback callback, object @object)
Parameters
vegetationStudioCameraVegetationStudioCameravegetationCellVegetationCellcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(VegetationStudioCamera, VegetationCell)
public virtual void Invoke(VegetationStudioCamera vegetationStudioCamera, VegetationCell vegetationCell)
Parameters
vegetationStudioCameraVegetationStudioCameravegetationCellVegetationCell