mirror of https://github.com/tuyoogame/YooAsset
feat : Gaem async operation add Abort method.
parent
94623d8dc0
commit
c35e22fbd7
|
@ -47,5 +47,13 @@ namespace YooAsset
|
|||
{
|
||||
return OperationSystem.IsBusy;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 终止异步操作
|
||||
/// </summary>
|
||||
protected void Abort()
|
||||
{
|
||||
SetAbort();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue