![]() | InhibitedAsyncOperationT Class |
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.Async
The InhibitedAsyncOperationT type exposes the following members.
Name | Description | |
---|---|---|
![]() | InhibitedAsyncOperationT |
Initializes a new instance of the InhibitedAsyncOperationT class.
|
Name | Description | |
---|---|---|
![]() | IsEnded |
Gets a value indicating whether the asynchronous operation ended.
|
![]() | Progress |
Gets the current progress. The value stays between 0f and 1f, where 1f = ended.
|
![]() | Result |
Gets the result of asynchronous operation.
The value modified from the main thread only. |
Name | Description | |
---|---|---|
![]() | Abort |
Aborts the async operation.
|
![]() | UpdateFromMainThread |
Updates inhibited async operation values from the main thread.
|
Name | Description | |
---|---|---|
![]() | OperationEndedCallback |
Occurs when the async operation ends.
|
![]() | ProgressChangedEvent |
Occurs when the progress of async operation changed.
|