![]() |
CRIWARE Unity Plugin Manual
Last Updated: 2025-11-14
|
インストール処理の進捗状況の確認や、インストール処理結果を取得するためのモジュールです。 [詳解]
公開メンバ関数 | |
| virtual void | Stop () |
| 非同期処理を停止させます。 [詳解] | |
| YieldInstruction | WaitForDone (MonoBehaviour mb) |
| 非同期処理の完了を待ちます。 [詳解] | |
プロパティ | |
| string | sourcePath [get, protected set] |
| インストール元のファイルパスです。 [詳解] | |
| string | destinationPath [get, protected set] |
| インストール先のファイルパスです。 [詳解] | |
| float | progress [get, protected set] |
| インストール処理の進捗状況です。 [詳解] | |
| DoneDelegate | doneDelegate [get, protected set] |
| 処理が完了したときのデリゲート。 [詳解] | |
| bool | isDone [get] |
| 処理が完了したかどうか。 [詳解] | |
| string | error [get, protected set] |
| エラー情報。 [詳解] | |
| bool | isDisposed [get, protected set] |
| 破棄情報。 [詳解] | |
インストール処理の進捗状況の確認や、インストール処理結果を取得するためのモジュールです。