diff --git a/Assets/YooAsset/Runtime/OperationSystem/GameAsyncOperation.cs b/Assets/YooAsset/Runtime/OperationSystem/GameAsyncOperation.cs index 12b6570..279ae46 100644 --- a/Assets/YooAsset/Runtime/OperationSystem/GameAsyncOperation.cs +++ b/Assets/YooAsset/Runtime/OperationSystem/GameAsyncOperation.cs @@ -47,5 +47,13 @@ namespace YooAsset { return OperationSystem.IsBusy; } + + /// + /// 终止异步操作 + /// + protected void Abort() + { + SetAbort(); + } } } \ No newline at end of file