mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 17:50:15 +00:00
feat : add IIgnoreRule interface
支持自定义过滤规则 移除了IgnoreDefaultType收集参数
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace YooAsset.Editor
|
||||
{
|
||||
/// <summary>
|
||||
/// 资源忽略规则接口
|
||||
/// </summary>
|
||||
public interface IIgnoreRule
|
||||
{
|
||||
bool IsIgnore(AssetInfo assetInfo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user