Add process operation method.

增加开启异步操作的方法。
This commit is contained in:
hevinci
2022-05-07 18:23:00 +08:00
parent afc08d4e46
commit 42703def02
3 changed files with 38 additions and 0 deletions

View File

@@ -286,6 +286,15 @@ namespace YooAsset
}
}
/// <summary>
/// 开启一个异步操作
/// </summary>
/// <param name="operation">异步操作对象</param>
public static void ProcessOperaiton(GameAsyncOperation operation)
{
OperationSystem.ProcessOperaiton(operation);
}
/// <summary>
/// 获取资源版本号
/// </summary>