style : file system code style

This commit is contained in:
何冠峰
2025-07-01 11:06:41 +08:00
parent 1b0288fcd0
commit e3a12ef361
5 changed files with 7 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ namespace YooAsset
public virtual FSDownloadFileOperation DownloadFileAsync(PackageBundle bundle, DownloadFileOptions options)
{
// 注意:业务层的解压下载器会依赖内置文件系统的下载方法
options.ImportFilePath = GetBuildinFileLoadPath(bundle);
options.LocalFilePath = GetBuildinFileLoadPath(bundle);
return _unpackFileSystem.DownloadFileAsync(bundle, options);
}
public virtual FSLoadBundleOperation LoadBundleFile(PackageBundle bundle)