CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
A module for checking the progress or getting the result of the asynchronous process. More...
Public Member Functions | |
virtual void | Stop () |
Stops the asynchronous process. More... | |
YieldInstruction | WaitForDone (MonoBehaviour mb) |
Waits for the completion of asynchronous process. More... | |
Properties | |
DoneDelegate | doneDelegate [get, protected set] |
Delegate when processing is complete. More... | |
bool | isDone [get] |
Whether the processing is complete. More... | |
string | error [get, protected set] |
Error information. More... | |
bool | isDisposed [get, protected set] |
Discard information. More... | |
A module for checking the progress or getting the result of the asynchronous process.