namespace YooAsset.Editor { /// /// 资源分组激活规则接口 /// public interface IActiveRule { /// /// 是否激活分组 /// bool IsActiveGroup(); } }