mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
feat : Gaem async operation add Abort method.
This commit is contained in:
@@ -47,5 +47,13 @@ namespace YooAsset
|
||||
{
|
||||
return OperationSystem.IsBusy;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 终止异步操作
|
||||
/// </summary>
|
||||
protected void Abort()
|
||||
{
|
||||
SetAbort();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user