![]() |
CRIWARE Unity Plugin Manual
Last Updated: 2025-05-08
|
是为了便于执行CPK文件Bind和文件加载等操作的实用程序类。 更多...
静态 Public 成员函数 | |
| static CriFsLoadFileRequest | LoadFile (string path, int readUnitSize=DefaultReadUnitSize) |
| 开始文件加载。 更多... | |
| static CriFsLoadFileRequest | LoadFile (CriFsBinder binder, string path, int readUnitSize=DefaultReadUnitSize) |
| 开始文件加载。 更多... | |
| static CriFsLoadAssetBundleRequest | LoadAssetBundle (string path, int readUnitSize=DefaultReadUnitSize) |
| 开始Asset Bundle文件的加载。 更多... | |
| static CriFsLoadAssetBundleRequest | LoadAssetBundle (CriFsBinder binder, string path, int readUnitSize=DefaultReadUnitSize) |
| 开始Asset Bundle文件的加载。 更多... | |
| static CriFsInstallRequest | Install (string srcPath, string dstPath) |
| 开始安装文件。 更多... | |
| static CriFsInstallRequest | Install (CriFsBinder srcBinder, string srcPath, string dstPath) |
| 开始安装文件。 更多... | |
| static CriFsInstallRequest | WebInstall (string srcPath, string dstPath, CriFsRequest.DoneDelegate doneDeleagate) |
| 开始安装文件。 更多... | |
| static CriFsBindRequest | BindCpk (CriFsBinder targetBinder, string srcPath) |
| 开始CPK文件Bind。 更多... | |
| static CriFsBindRequest | BindCpk (CriFsBinder targetBinder, CriFsBinder srcBinder, string srcPath) |
| 开始CPK文件Bind。 更多... | |
| static CriFsBindRequest | BindDirectory (CriFsBinder targetBinder, string srcPath) |
| 开始目录路径的Bind。 更多... | |
| static CriFsBindRequest | BindDirectory (CriFsBinder targetBinder, CriFsBinder srcBinder, string srcPath) |
| 开始目录路径的Bind。 更多... | |
| static CriFsBindRequest | BindFile (CriFsBinder targetBinder, string srcPath) |
| Bind文件。 更多... | |
| static CriFsBindRequest | BindFile (CriFsBinder targetBinder, CriFsBinder srcBinder, string srcPath) |
| 开始Bind文件。 更多... | |
| static void | SetUserAgentString (string userAgentString) |
| 指定用于HTTP请求的User-Agent字符串。 更多... | |
| static void | SetProxyServer (string proxyPath, UInt16 proxyPort) |
| 指定用于HTTP请求的代理Server。 更多... | |
| static void | SetPathSeparator (string filter) |
| 指定路径分隔符 更多... | |
Public 属性 | |
| const int | DefaultReadUnitSize = (1024 * 1024) |
| 是各加载请求的预设读取单位大小。 更多... | |
是为了便于执行CPK文件Bind和文件加载等操作的实用程序类。