![]() |
CRIWARE Unity Plugin Manual
Last Updated: 2025-05-08
|
A module for checking the progress or getting the result of the installation process. More...
Public Member Functions | |
| override void | Stop () |
| Stops the installation process. More... | |
| YieldInstruction | WaitForDone (MonoBehaviour mb) |
| Waits for the completion of asynchronous process. More... | |
Properties | |
| string | sourcePath [get, protected set] |
| Installation source file path. More... | |
| string | destinationPath [get, protected set] |
| Installation destination file path. More... | |
| float | progress [get, protected set] |
| The progress of the installation process. More... | |
| 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 installation process.