mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-19 14:50:10 +00:00
Update document
This commit is contained in:
@@ -44,12 +44,19 @@ private IEnumerator InitializeYooAsset()
|
||||
注意:该模式需要构建资源包
|
||||
|
||||
- LocationServices : 资源定位的实例类。
|
||||
1. 默认的资源定位服务类(DefaultLocationServices)
|
||||
2. 可寻址的资源定位服务类(AdressLocationServices)
|
||||
3. 开发者自定义的资源定位服务类,需要提供实现ILocationServices接口的实例类。
|
||||
|
||||
(1) 默认的资源定位服务类(DefaultLocationServices)
|
||||
|
||||
(2) 可寻址的资源定位服务类(AddressLocationServices)
|
||||
|
||||
(3) 开发者自定义的资源定位服务类,需要提供实现ILocationServices接口的实例类。
|
||||
|
||||
- DecryptionServices : 如果资源包在构建的时候有加密,需要提供实现IDecryptionServices接口的实例类。
|
||||
|
||||
- ClearCacheWhenDirty : 安装包在覆盖安装的时候,是否清空沙盒缓存文件夹。
|
||||
|
||||
- DefaultHostServer : 默认的资源服务器IP地址。
|
||||
|
||||
- FallbackHostServer : 备用的资源服务器IP地址。
|
||||
|
||||
````c#
|
||||
|
||||
Reference in New Issue
Block a user