refactor : operation system

This commit is contained in:
hevinci
2024-08-03 19:01:18 +08:00
parent 738c02f58f
commit f86ea04521
2 changed files with 17 additions and 0 deletions

View File

@@ -152,6 +152,14 @@ namespace YooAsset
return IsDone;
}
/// <summary>
/// 清空完成回调
/// </summary>
protected void ClearCompletedCallback()
{
_callback = null;
}
/// <summary>
/// 等待异步执行完毕
/// </summary>