mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-17 13:20:20 +00:00
11 lines
193 B
C#
11 lines
193 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
/// <summary>
|
|
/// 资源忽略规则接口
|
|
/// </summary>
|
|
public interface IIgnoreRule
|
|
{
|
|
bool IsIgnore(AssetInfo assetInfo);
|
|
}
|
|
} |