feat : Gaem async operation add Abort method.

This commit is contained in:
何冠峰
2024-08-22 15:18:57 +08:00
parent 94623d8dc0
commit c35e22fbd7

View File

@@ -47,5 +47,13 @@ namespace YooAsset
{
return OperationSystem.IsBusy;
}
/// <summary>
/// 终止异步操作
/// </summary>
protected void Abort()
{
SetAbort();
}
}
}