![]() |
CRIWARE Unity Plugin Manual
Last Updated: 2025-05-08
|
用于执行文件安装的模块。 更多...
继承自 CriDisposable .
Public 类型 | |
| enum | Status { Stop, Busy, Complete, Error } |
| 用于显示Installer状态的值。 更多... | |
Public 成员函数 | |
| override void | Dispose () |
| 丢弃Installer。 更多... | |
| void | Copy (CriFsBinder binder, string srcPath, string dstPath, int installBufferSize) |
| 复制文件。 更多... | |
| void | Stop () |
| 停止安装处理。 更多... | |
| Status | GetStatus () |
| 获取Installer的状态。 更多... | |
| float | GetProgress () |
| 获取安装处理的进度情况。 更多... | |
静态 Public 成员函数 | |
| static void | ExecuteMain () |
| 定期执行函数 更多... | |
用于执行文件安装的模块。
|
strong |
|
inline |
丢弃Installer。
|
inline |
复制文件。
| binder | Binder |
| srcPath | 复制源文件路径名 |
| dstPath | 复制目标文件路径名 |
| installBufferSize | 安装缓冲区大小 |
|
inline |
停止安装处理。
|
inline |
|
inline |
获取安装处理的进度情况。
|
inlinestatic |
定期执行函数