mirror of https://github.com/tuyoogame/YooAsset
Update document
parent
3693f1ea98
commit
b23d56f49c
|
@ -175,6 +175,9 @@ private object LoadFunc(string name, string extension, System.Type type, out Des
|
|||
return handle.AssetObject;
|
||||
}
|
||||
|
||||
// 执行FairyGUI的添加包函数
|
||||
UIPackage.AddPackage(name, LoadFunc);
|
||||
|
||||
// 释放资源句柄列表
|
||||
private void ReleaseHandles()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue