update asset art reporter

This commit is contained in:
何冠峰
2025-01-24 00:43:16 +08:00
parent 57d1e92e59
commit 31a89fa1a3
8 changed files with 185 additions and 56 deletions

View File

@@ -62,6 +62,11 @@ namespace YooAsset.Editor
/// 是否在白名单里
/// </summary>
public bool IsWhiteList { set; get; }
/// <summary>
/// 是否隐藏元素
/// </summary>
public bool Hidden { set; get; }
#endregion
}
}