init
This commit is contained in:
12
Assets/ThirdParty/YooAsset/2.3.17/Extension Sample/Runtime/ExtensionClass/HandleBaseExtension.cs
vendored
Normal file
12
Assets/ThirdParty/YooAsset/2.3.17/Extension Sample/Runtime/ExtensionClass/HandleBaseExtension.cs
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using YooAsset;
|
||||
|
||||
public static class HandleBaseExtension
|
||||
{
|
||||
public static bool IsSucceed(this HandleBase thisHandle)
|
||||
{
|
||||
return thisHandle.IsDone && thisHandle.Status == EOperationStatus.Succeed;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user