Click or drag to resize

AsyncOperationTOperationEndedCallback Event

Occurs when the async operation ended.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Async
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public event Action<T, AsyncOperationResultState> OperationEndedCallback

Value

Type: SystemActionT, AsyncOperationResultState
See Also