Update AssetSystem

This commit is contained in:
hevinci
2022-03-23 12:44:56 +08:00
parent 3e8b8123e1
commit 829b4fca76
17 changed files with 265 additions and 129 deletions

View File

@@ -38,7 +38,7 @@ namespace YooAsset
/// <summary>
/// 获取的资源对象集合
/// </summary>
public UnityEngine.Object[] AllAssets { protected set; get; }
public UnityEngine.Object[] AllAssetObjects { protected set; get; }
/// <summary>
/// 获取的场景对象
@@ -210,7 +210,7 @@ namespace YooAsset
}
}
// 异步操作相
#region
private System.Threading.EventWaitHandle _waitHandle;
private System.Threading.WaitHandle WaitHandle
{
@@ -230,5 +230,6 @@ namespace YooAsset
}
_waitHandle?.Set();
}
#endregion
}
}