mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-27 11:10:11 +00:00
refactor the runtime code
重构了运行时代码,支持全新的文件系统。
This commit is contained in:
@@ -43,7 +43,7 @@ namespace YooAsset
|
||||
/// <summary>
|
||||
/// 身份是否无效
|
||||
/// </summary>
|
||||
internal bool IsInvalid
|
||||
public bool IsInvalid
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -77,11 +77,6 @@ namespace YooAsset
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private AssetInfo()
|
||||
{
|
||||
// 注意:禁止从外部创建该类
|
||||
}
|
||||
internal AssetInfo(string packageName, PackageAsset packageAsset, System.Type assetType)
|
||||
{
|
||||
if (packageAsset == null)
|
||||
|
||||
Reference in New Issue
Block a user