Interface IFilterRule
资源过滤规则接口
Assembly: YooAsset.Editor.dll
View Source
Declaration
public interface IFilterRule
Methods
IsCollectAsset(FilterRuleData)
是否为收集资源
View Source
Declaration
bool IsCollectAsset(FilterRuleData data)
Returns
System.Boolean
: 如果收集该资源返回TRUE
Parameters
Type | Name |
---|---|
YooAsset.Editor.FilterRuleData | data |